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