#[repr(u8)]pub enum Sramcr0Col {
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§
Source§impl Sramcr0Col
impl Sramcr0Col
Trait Implementations§
Source§impl Clone for Sramcr0Col
impl Clone for Sramcr0Col
Source§fn clone(&self) -> Sramcr0Col
fn clone(&self) -> Sramcr0Col
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Sramcr0Col
impl Debug for Sramcr0Col
Source§impl From<Sramcr0Col> for u8
impl From<Sramcr0Col> for u8
Source§fn from(val: Sramcr0Col) -> u8
fn from(val: Sramcr0Col) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Sramcr0Col
impl From<u8> for Sramcr0Col
Source§fn from(val: u8) -> Sramcr0Col
fn from(val: u8) -> Sramcr0Col
Converts to this type from the input type.
Source§impl Ord for Sramcr0Col
impl Ord for Sramcr0Col
Source§fn cmp(&self, other: &Sramcr0Col) -> Ordering
fn cmp(&self, other: &Sramcr0Col) -> Ordering
1.21.0 · 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
Source§impl PartialEq for Sramcr0Col
impl PartialEq for Sramcr0Col
Source§impl PartialOrd for Sramcr0Col
impl PartialOrd for Sramcr0Col
impl Copy for Sramcr0Col
impl Eq for Sramcr0Col
impl StructuralPartialEq for Sramcr0Col
Auto Trait Implementations§
impl Freeze for Sramcr0Col
impl RefUnwindSafe for Sramcr0Col
impl Send for Sramcr0Col
impl Sync for Sramcr0Col
impl Unpin for Sramcr0Col
impl UnwindSafe for Sramcr0Col
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