pub enum MagDataRate {
_0_625_Hz = 0,
_1_25_Hz = 4,
_2_5_Hz = 8,
_5_Hz = 12,
_10_Hz = 16,
_20_Hz = 20,
_40_Hz = 24,
_80_Hz = 28,
}
Expand description
Magnetometer Output Data Rate
Variants§
_0_625_Hz = 0
0.625Hz
_1_25_Hz = 4
1.25Hz
_2_5_Hz = 8
2.5Hz
_5_Hz = 12
5Hz
_10_Hz = 16
10Hz
_20_Hz = 20
20Hz
_40_Hz = 24
40Hz
_80_Hz = 28
80Hz
Trait Implementations§
Source§impl Clone for MagDataRate
impl Clone for MagDataRate
Source§fn clone(&self) -> MagDataRate
fn clone(&self) -> MagDataRate
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 MagDataRate
impl Debug for MagDataRate
Source§impl Default for MagDataRate
impl Default for MagDataRate
impl Copy for MagDataRate
Auto Trait Implementations§
impl Freeze for MagDataRate
impl RefUnwindSafe for MagDataRate
impl Send for MagDataRate
impl Sync for MagDataRate
impl Unpin for MagDataRate
impl UnwindSafe for MagDataRate
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