pub enum LSM9DS0AccelerometerUpdateRate {
PowerDown = 0,
Hz3_125 = 1,
Hz6_25 = 2,
Hz12_5 = 3,
Hz25 = 4,
Hz50 = 5,
Hz100 = 6,
Hz200 = 7,
Hz400 = 8,
Hz800 = 9,
Hz1600 = 10,
}Variants§
PowerDown = 0
Hz3_125 = 1
Hz6_25 = 2
Hz12_5 = 3
Hz25 = 4
Hz50 = 5
Hz100 = 6
Hz200 = 7
Hz400 = 8
Hz800 = 9
Hz1600 = 10
Trait Implementations§
Source§impl Clone for LSM9DS0AccelerometerUpdateRate
impl Clone for LSM9DS0AccelerometerUpdateRate
Source§fn clone(&self) -> LSM9DS0AccelerometerUpdateRate
fn clone(&self) -> LSM9DS0AccelerometerUpdateRate
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 LSM9DS0AccelerometerUpdateRate
Auto Trait Implementations§
impl Freeze for LSM9DS0AccelerometerUpdateRate
impl RefUnwindSafe for LSM9DS0AccelerometerUpdateRate
impl Send for LSM9DS0AccelerometerUpdateRate
impl Sync for LSM9DS0AccelerometerUpdateRate
impl Unpin for LSM9DS0AccelerometerUpdateRate
impl UnwindSafe for LSM9DS0AccelerometerUpdateRate
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