Enum 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 Copy for Mwid
impl Eq for Mwid
§impl Ord for Mwid
impl Ord for Mwid
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Mwid
impl PartialOrd 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 UnsafeUnpin 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