pub enum GyrUnit {
Rps,
Dps,
}Expand description
Unit of gyroscope readings
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GyrUnit
impl RefUnwindSafe for GyrUnit
impl Send for GyrUnit
impl Sync for GyrUnit
impl Unpin for GyrUnit
impl UnwindSafe for GyrUnit
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