Enum Wake
#[repr(u8)]pub enum Wake {
IdleLine = 0,
AddressMark = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Wake
impl Eq for Wake
§impl Ord for Wake
impl Ord for Wake
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 Wake
impl PartialOrd for Wake
impl StructuralPartialEq for Wake
Auto Trait Implementations§
impl Freeze for Wake
impl RefUnwindSafe for Wake
impl Send for Wake
impl Sync for Wake
impl Unpin for Wake
impl UnsafeUnpin for Wake
impl UnwindSafe for Wake
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