#[repr(u8)]pub enum Dbicr0Col {
Show 16 variants
COL_0 = 0,
COL_1 = 1,
COL_2 = 2,
COL_3 = 3,
COL_4 = 4,
COL_5 = 5,
COL_6 = 6,
COL_7 = 7,
COL_8 = 8,
COL_9 = 9,
COL_10 = 10,
COL_11 = 11,
COL_12 = 12,
COL_13 = 13,
COL_14 = 14,
COL_15 = 15,
}Variants§
COL_0 = 0
12 Bits.
COL_1 = 1
11 Bits.
COL_2 = 2
10 Bits.
COL_3 = 3
9 Bits.
COL_4 = 4
8 Bits.
COL_5 = 5
7 Bits.
COL_6 = 6
6 Bits.
COL_7 = 7
5 Bits.
COL_8 = 8
4 Bits.
COL_9 = 9
3 Bits.
COL_10 = 10
2 Bits.
COL_11 = 11
12 Bits.
COL_12 = 12
12 Bits.
COL_13 = 13
12 Bits.
COL_14 = 14
12 Bits.
COL_15 = 15
12 Bits.
Implementations§
Trait Implementations§
Source§impl Ord for Dbicr0Col
impl Ord for Dbicr0Col
Source§impl PartialOrd for Dbicr0Col
impl PartialOrd for Dbicr0Col
impl Copy for Dbicr0Col
impl Eq for Dbicr0Col
impl StructuralPartialEq for Dbicr0Col
Auto Trait Implementations§
impl Freeze for Dbicr0Col
impl RefUnwindSafe for Dbicr0Col
impl Send for Dbicr0Col
impl Sync for Dbicr0Col
impl Unpin for Dbicr0Col
impl UnwindSafe for Dbicr0Col
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