pub enum MeasurementMode {
Idle,
SingleMeasurement,
Continuous,
}
Expand description
State of the LIS3MDL
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MeasurementMode
impl RefUnwindSafe for MeasurementMode
impl Send for MeasurementMode
impl Sync for MeasurementMode
impl Unpin for MeasurementMode
impl UnwindSafe for MeasurementMode
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