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