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: f32
Trait Implementations§
source§impl PartialEq for TiltComp
impl PartialEq for TiltComp
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)