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