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