Enum stm32_metapac::fmc::vals::Mwid
#[repr(u8)]pub enum Mwid {
BITS8 = 0,
BITS16 = 1,
BITS32 = 2,
_RESERVED_3 = 3,
}
Variants§
BITS8 = 0
Memory data bus width 8 bits
BITS16 = 1
Memory data bus width 16 bits
BITS32 = 2
Memory data bus width 32 bits
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for Mwid
impl Ord for Mwid
§impl PartialOrd for Mwid
impl PartialOrd for Mwid
impl Copy for Mwid
impl Eq for Mwid
impl StructuralPartialEq for Mwid
Auto Trait Implementations§
impl Freeze for Mwid
impl RefUnwindSafe for Mwid
impl Send for Mwid
impl Sync for Mwid
impl Unpin for Mwid
impl UnwindSafe for Mwid
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
)