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