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