pub enum AccRange {
Gs2 = 0,
Gs4 = 1,
Gs8 = 2,
Gs16 = 3,
}Expand description
Range / sensitivity of accelerometer in Gs
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AccRange
impl RefUnwindSafe for AccRange
impl Send for AccRange
impl Sync for AccRange
impl Unpin for AccRange
impl UnwindSafe for AccRange
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