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