Enum Lpms
#[repr(u8)]pub enum Lpms {
Stop0 = 0,
Stop1 = 1,
Stop2 = 2,
_RESERVED_3 = 3,
Standby0 = 4,
Standby1 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
Stop0 = 0
Stop 0 mode
Stop1 = 1
Stop 1 mode
Stop2 = 2
Stop 2 mode
_RESERVED_3 = 3
Standby0 = 4
Standby mode
Standby1 = 5
Standby mode
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
impl Copy for Lpms
impl Eq for Lpms
§impl Ord for Lpms
impl Ord for Lpms
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 Lpms
impl PartialOrd for Lpms
impl StructuralPartialEq for Lpms
Auto Trait Implementations§
impl Freeze for Lpms
impl RefUnwindSafe for Lpms
impl Send for Lpms
impl Sync for Lpms
impl Unpin for Lpms
impl UnsafeUnpin for Lpms
impl UnwindSafe for Lpms
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