#[repr(u8)]pub enum Wmopt1b {
Val0 = 0,
Val1 = 1,
}Variants§
Val0 = 0
DQSB used as Write Mask when writing to external device.
Val1 = 1
DQSB not used as Write Mask when writing to external device.
Implementations§
Trait Implementations§
Source§impl Ord for Wmopt1b
impl Ord for Wmopt1b
Source§impl PartialOrd for Wmopt1b
impl PartialOrd for Wmopt1b
impl Copy for Wmopt1b
impl Eq for Wmopt1b
impl StructuralPartialEq for Wmopt1b
Auto Trait Implementations§
impl Freeze for Wmopt1b
impl RefUnwindSafe for Wmopt1b
impl Send for Wmopt1b
impl Sync for Wmopt1b
impl Unpin for Wmopt1b
impl UnwindSafe for Wmopt1b
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