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