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