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