pub enum GyrRange {
Dps250 = 0,
Dps500 = 1,
Dps1000 = 2,
Dps2000 = 3,
}Expand description
Range / sentivity of gyroscope in degrees/second
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GyrRange
impl RefUnwindSafe for GyrRange
impl Send for GyrRange
impl Sync for GyrRange
impl Unpin for GyrRange
impl UnwindSafe for GyrRange
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