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