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