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