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