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