pub enum LSM303DMagnetometerFS {
gauss2 = 0,
gauss4 = 1,
gauss8 = 2,
gauss12 = 3,
}Variants§
Trait Implementations§
Source§impl Clone for LSM303DMagnetometerFS
impl Clone for LSM303DMagnetometerFS
Source§fn clone(&self) -> LSM303DMagnetometerFS
fn clone(&self) -> LSM303DMagnetometerFS
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 moreSource§impl Debug for LSM303DMagnetometerFS
impl Debug for LSM303DMagnetometerFS
impl Copy for LSM303DMagnetometerFS
Auto Trait Implementations§
impl Freeze for LSM303DMagnetometerFS
impl RefUnwindSafe for LSM303DMagnetometerFS
impl Send for LSM303DMagnetometerFS
impl Sync for LSM303DMagnetometerFS
impl Unpin for LSM303DMagnetometerFS
impl UnwindSafe for LSM303DMagnetometerFS
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