Skip to main content

IVolumeParameter_1Methods

Trait IVolumeParameter_1Methods 

Source
pub trait IVolumeParameter_1Methods<T0: ClassIdentity>: ClassIdentity {
Show 15 methods // Provided methods fn get_value(self) -> T0 where Self: Sized { ... } fn set_value(self, value: T0) where Self: Sized { ... } fn ctor(self) where Self: Sized { ... } fn ctor_2(self, value: T0, override_state: bool) where Self: Sized { ... } fn interp(self, from: VolumeParameter, to: VolumeParameter, t: f32) where Self: Sized { ... } fn interp_2(self, from: T0, to: T0, t: f32) where Self: Sized { ... } fn override(self, x: T0) where Self: Sized { ... } fn set_value_2(self, parameter: VolumeParameter) where Self: Sized { ... } fn get_hash_code(self) -> i32 where Self: Sized { ... } fn to_string(self) -> Il2CppString where Self: Sized { ... } fn op_equality(lhs: VolumeParameter_1<T0>, rhs: T0) -> bool { ... } fn op_inequality(lhs: VolumeParameter_1<T0>, rhs: T0) -> bool { ... } fn equals(self, other: VolumeParameter_1<T0>) -> bool where Self: Sized { ... } fn equals_2(self, obj: Object) -> bool where Self: Sized { ... } fn op_explicit(prop: VolumeParameter_1<T0>) -> T0 { ... }
}

Provided Methods§

Source

fn get_value(self) -> T0
where Self: Sized,

Source

fn set_value(self, value: T0)
where Self: Sized,

Source

fn ctor(self)
where Self: Sized,

Source

fn ctor_2(self, value: T0, override_state: bool)
where Self: Sized,

Source

fn interp(self, from: VolumeParameter, to: VolumeParameter, t: f32)
where Self: Sized,

Source

fn interp_2(self, from: T0, to: T0, t: f32)
where Self: Sized,

Source

fn override(self, x: T0)
where Self: Sized,

Source

fn set_value_2(self, parameter: VolumeParameter)
where Self: Sized,

Source

fn get_hash_code(self) -> i32
where Self: Sized,

Source

fn to_string(self) -> Il2CppString
where Self: Sized,

Source

fn op_equality(lhs: VolumeParameter_1<T0>, rhs: T0) -> bool

Source

fn op_inequality(lhs: VolumeParameter_1<T0>, rhs: T0) -> bool

Source

fn equals(self, other: VolumeParameter_1<T0>) -> bool
where Self: Sized,

Source

fn equals_2(self, obj: Object) -> bool
where Self: Sized,

Source

fn op_explicit(prop: VolumeParameter_1<T0>) -> T0

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§