Enum stm32_metapac::pwr::vals::Fpds
#[repr(u8)]pub enum Fpds {
IDLE = 0,
POWERDOWN = 1,
}
Variants§
IDLE = 0
Flash memory in Idle mode when system is in LPSleep mode
POWERDOWN = 1
Flash memory in Power-down mode when system is in LPSleep mode
Implementations§
Trait Implementations§
§impl Ord for Fpds
impl Ord for Fpds
§impl PartialOrd for Fpds
impl PartialOrd for Fpds
impl Copy for Fpds
impl Eq for Fpds
impl StructuralPartialEq for Fpds
Auto Trait Implementations§
impl Freeze for Fpds
impl RefUnwindSafe for Fpds
impl Send for Fpds
impl Sync for Fpds
impl Unpin for Fpds
impl UnwindSafe for Fpds
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
)