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