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