Enum Stopf
#[repr(u8)]pub enum Stopf {
None = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
Stop0 = 4,
Stop1 = 5,
Stop2 = 6,
_RESERVED_7 = 7,
}Variants§
None = 0
The device did not enter any Stop mode.
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
Stop0 = 4
The device entered in Stop 0 mode.
Stop1 = 5
The device entered in Stop 1 mode.
Stop2 = 6
The device entered in Stop 2 mode.
_RESERVED_7 = 7
Implementations§
Trait Implementations§
impl Copy for Stopf
impl Eq for Stopf
§impl Ord for Stopf
impl Ord for Stopf
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 Stopf
impl PartialOrd for Stopf
impl StructuralPartialEq for Stopf
Auto Trait Implementations§
impl Freeze for Stopf
impl RefUnwindSafe for Stopf
impl Send for Stopf
impl Sync for Stopf
impl Unpin for Stopf
impl UnsafeUnpin for Stopf
impl UnwindSafe for Stopf
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