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