Enum Pdds
#[repr(u8)]pub enum Pdds {
Stop = 0,
Standby = 1,
}Variants§
Stop = 0
Stop mode when device enters Deepsleep.
Standby = 1
Standby mode when device enters Deepsleep.
Implementations§
Trait Implementations§
impl Copy for Pdds
impl Eq for Pdds
§impl Ord for Pdds
impl Ord for Pdds
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Pdds
impl PartialOrd for Pdds
impl StructuralPartialEq for Pdds
Auto Trait Implementations§
impl Freeze for Pdds
impl RefUnwindSafe for Pdds
impl Send for Pdds
impl Sync for Pdds
impl Unpin for Pdds
impl UnsafeUnpin for Pdds
impl UnwindSafe for Pdds
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