Struct Pdds
#[repr(transparent)]pub struct Pdds(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Pdds
impl Pdds
pub const STOP_MODE: Self
pub const STOP_MODE: Self
Enter Stop mode when the CPU enters deepsleep
pub const STANDBY_MODE: Self
pub const STANDBY_MODE: Self
Enter Standby mode when the CPU enters deepsleep
Trait Implementations§
§impl Ord for Pdds
impl Ord for Pdds
§impl PartialOrd for Pdds
impl PartialOrd for Pdds
impl Copy for Pdds
impl Eq 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 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