pub enum FullScale {
Fs4g,
Fs8g,
Fs12g,
Fs16g,
}
Expand description
The full scale for measurement from 4 Gauss to 16 Gauss; Sensitivity of the sensor
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FullScale
impl RefUnwindSafe for FullScale
impl Send for FullScale
impl Sync for FullScale
impl Unpin for FullScale
impl UnwindSafe for FullScale
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