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