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