Enum Lsi2mode
#[repr(u8)]pub enum Lsi2mode {
NominalPower = 0,
LowPower = 1,
UltraLowPower = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
NominalPower = 0
nominal-power, high accuracy.
LowPower = 1
low-power, medium accuracy.
UltraLowPower = 2
ultra-low-power, low accuracy.
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
impl Copy for Lsi2mode
impl Eq for Lsi2mode
§impl Ord for Lsi2mode
impl Ord for Lsi2mode
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Lsi2mode
impl PartialOrd for Lsi2mode
impl StructuralPartialEq for Lsi2mode
Auto Trait Implementations§
impl Freeze for Lsi2mode
impl RefUnwindSafe for Lsi2mode
impl Send for Lsi2mode
impl Sync for Lsi2mode
impl Unpin for Lsi2mode
impl UnsafeUnpin for Lsi2mode
impl UnwindSafe for Lsi2mode
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