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