Enum WccrDmode
#[repr(u8)]pub enum WccrDmode {
B0x0 = 0,
B0x1 = 1,
B0x2 = 2,
B0x3 = 3,
B0x4 = 4,
B0x5 = 5,
_RESERVED_6 = 6,
B0x7 = 7,
}Variants§
B0x0 = 0
no data
B0x1 = 1
data on a single line
B0x2 = 2
data on two lines
B0x3 = 3
data on four lines
B0x4 = 4
data on eight lines
B0x5 = 5
Data on 16 lines
_RESERVED_6 = 6
B0x7 = 7
DATA reserved
Implementations§
Trait Implementations§
impl Copy for WccrDmode
impl Eq for WccrDmode
§impl Ord for WccrDmode
impl Ord for WccrDmode
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 WccrDmode
impl PartialOrd for WccrDmode
impl StructuralPartialEq for WccrDmode
Auto Trait Implementations§
impl Freeze for WccrDmode
impl RefUnwindSafe for WccrDmode
impl Send for WccrDmode
impl Sync for WccrDmode
impl Unpin for WccrDmode
impl UnsafeUnpin for WccrDmode
impl UnwindSafe for WccrDmode
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