pub struct RawAccelerationData {
pub x: i16,
pub y: i16,
pub z: i16,
}Expand description
RAW acceleration data
Fields§
§x: i16X-axis acceleration
y: i16Y-axis acceleration
z: i16Z-axis acceleration
Auto Trait Implementations§
impl Freeze for RawAccelerationData
impl RefUnwindSafe for RawAccelerationData
impl Send for RawAccelerationData
impl Sync for RawAccelerationData
impl Unpin for RawAccelerationData
impl UnwindSafe for RawAccelerationData
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