Enum stm32_metapac::fmc::vals::Modes
#[repr(u8)]pub enum Modes {
NORMAL = 0,
SELFREFRESH = 1,
POWERDOWN = 2,
_RESERVED_3 = 3,
}
Variants§
NORMAL = 0
Normal Mode
SELFREFRESH = 1
Self-refresh mode
POWERDOWN = 2
Power-down mode
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for Modes
impl Ord for Modes
§impl PartialOrd for Modes
impl PartialOrd for Modes
impl Copy for Modes
impl Eq for Modes
impl StructuralPartialEq for Modes
Auto Trait Implementations§
impl Freeze for Modes
impl RefUnwindSafe for Modes
impl Send for Modes
impl Sync for Modes
impl Unpin for Modes
impl UnwindSafe for Modes
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
)