Enum stm32_metapac::pwr::vals::Pdds
#[repr(u8)]pub enum Pdds {
STOP_MODE = 0,
STANDBY_MODE = 1,
}
Variants§
STOP_MODE = 0
Enter Stop mode when the CPU enters deepsleep
STANDBY_MODE = 1
Enter Standby mode when the CPU enters deepsleep
Implementations§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)