#[repr(u8)]pub enum Norcr0Col {
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 Norcr0Col
impl Ord for Norcr0Col
Source§impl PartialOrd for Norcr0Col
impl PartialOrd for Norcr0Col
impl Copy for Norcr0Col
impl Eq for Norcr0Col
impl StructuralPartialEq for Norcr0Col
Auto Trait Implementations§
impl Freeze for Norcr0Col
impl RefUnwindSafe for Norcr0Col
impl Send for Norcr0Col
impl Sync for Norcr0Col
impl Unpin for Norcr0Col
impl UnwindSafe for Norcr0Col
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