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