Enum 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