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