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