pub enum AccUnit {
Mpss,
Gs,
}Expand description
Unit of accelerometer readings
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AccUnit
impl RefUnwindSafe for AccUnit
impl Send for AccUnit
impl Sync for AccUnit
impl Unpin for AccUnit
impl UnwindSafe for AccUnit
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