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