Enum CcrDmode
#[repr(u8)]pub enum CcrDmode {
B0x0 = 0,
B0x1 = 1,
B0x2 = 2,
B0x3 = 3,
B0x4 = 4,
B0x5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 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
_RESERVED_7 = 7
Implementations§
Trait Implementations§
impl Copy for CcrDmode
impl Eq for CcrDmode
§impl Ord for CcrDmode
impl Ord for CcrDmode
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 CcrDmode
impl PartialOrd for CcrDmode
impl StructuralPartialEq for CcrDmode
Auto Trait Implementations§
impl Freeze for CcrDmode
impl RefUnwindSafe for CcrDmode
impl Send for CcrDmode
impl Sync for CcrDmode
impl Unpin for CcrDmode
impl UnsafeUnpin for CcrDmode
impl UnwindSafe for CcrDmode
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