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