pub trait IHitReactionVRIK_PositionOffset_PositionOffsetLink: IObject {
// Provided methods
fn position_offset(self) -> IKSolverVR_PositionOffset { ... }
fn set_position_offset(self, value: IKSolverVR_PositionOffset) { ... }
fn weight(self) -> f32 { ... }
fn set_weight(self, value: f32) { ... }
fn last_value(self) -> Vector3 { ... }
fn set_last_value(self, value: Vector3) { ... }
fn current(self) -> Vector3 { ... }
fn set_current(self, value: Vector3) { ... }
}Provided Methods§
fn position_offset(self) -> IKSolverVR_PositionOffset
fn set_position_offset(self, value: IKSolverVR_PositionOffset)
fn weight(self) -> f32
fn set_weight(self, value: f32)
fn last_value(self) -> Vector3
fn set_last_value(self, value: Vector3)
fn current(self) -> Vector3
fn set_current(self, value: Vector3)
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.