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