pub struct AccelerationData {
pub x: f32,
pub y: f32,
pub z: f32,
}Expand description
Acceleration data
Fields§
§x: f32X-axis acceleration
y: f32Y-axis acceleration
z: f32Z-axis acceleration
Auto Trait Implementations§
impl Freeze for AccelerationData
impl RefUnwindSafe for AccelerationData
impl Send for AccelerationData
impl Sync for AccelerationData
impl Unpin for AccelerationData
impl UnwindSafe for AccelerationData
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