#[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: f32
Trait Implementations§
impl Copy for TiltComp
impl StructuralPartialEq for TiltComp
Auto Trait Implementations§
impl Freeze for TiltComp
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