pub enum LSM9DS0MagnetometerResolution {
Low = 0,
MediumLow = 1,
MediumHigh = 2,
High = 3,
}Variants§
Trait Implementations§
Source§impl Clone for LSM9DS0MagnetometerResolution
impl Clone for LSM9DS0MagnetometerResolution
Source§fn clone(&self) -> LSM9DS0MagnetometerResolution
fn clone(&self) -> LSM9DS0MagnetometerResolution
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LSM9DS0MagnetometerResolution
Auto Trait Implementations§
impl Freeze for LSM9DS0MagnetometerResolution
impl RefUnwindSafe for LSM9DS0MagnetometerResolution
impl Send for LSM9DS0MagnetometerResolution
impl Sync for LSM9DS0MagnetometerResolution
impl Unpin for LSM9DS0MagnetometerResolution
impl UnwindSafe for LSM9DS0MagnetometerResolution
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