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: f32§TiltY: f32§VelTiltStrength: f32§VelTiltStrengthO: f32§VelTiltStrengthN: f32Trait Implementations§
source§impl PartialEq for TiltComp
impl PartialEq for TiltComp
impl Copy for TiltComp
impl StructuralPartialEq for TiltComp
Auto Trait Implementations§
impl RefUnwindSafe for TiltComp
impl Send for TiltComp
impl Sync for TiltComp
impl Unpin for TiltComp
impl UnwindSafe for TiltComp
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more