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