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