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