Struct classicube_sys::TiltComp
source ·
[−]#[repr(C)]pub struct TiltComp {
pub TiltX: f32,
pub TiltY: f32,
pub VelTiltStrength: f32,
pub VelTiltStrengthO: f32,
pub VelTiltStrengthN: f32,
}Fields
TiltX: f32TiltY: f32VelTiltStrength: f32VelTiltStrengthO: f32VelTiltStrengthN: f32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TiltComp
impl UnwindSafe for TiltComp
Blanket Implementations
Mutably borrows from an owned value. Read more
