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