#[repr(u8)]pub enum Nandcr0Col {
COL_0 = 0,
COL_1 = 1,
COL_2 = 2,
COL_3 = 3,
COL_4 = 4,
COL_5 = 5,
COL_6 = 6,
COL_7 = 7,
}Variants§
COL_0 = 0
16
COL_1 = 1
15
COL_2 = 2
14
COL_3 = 3
13
COL_4 = 4
12
COL_5 = 5
11
COL_6 = 6
10
COL_7 = 7
9
Implementations§
Source§impl Nandcr0Col
impl Nandcr0Col
Trait Implementations§
Source§impl Clone for Nandcr0Col
impl Clone for Nandcr0Col
Source§fn clone(&self) -> Nandcr0Col
fn clone(&self) -> Nandcr0Col
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 Nandcr0Col
impl Debug for Nandcr0Col
Source§impl From<Nandcr0Col> for u8
impl From<Nandcr0Col> for u8
Source§fn from(val: Nandcr0Col) -> u8
fn from(val: Nandcr0Col) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Nandcr0Col
impl From<u8> for Nandcr0Col
Source§fn from(val: u8) -> Nandcr0Col
fn from(val: u8) -> Nandcr0Col
Converts to this type from the input type.
Source§impl Ord for Nandcr0Col
impl Ord for Nandcr0Col
Source§fn cmp(&self, other: &Nandcr0Col) -> Ordering
fn cmp(&self, other: &Nandcr0Col) -> 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 Nandcr0Col
impl PartialEq for Nandcr0Col
Source§impl PartialOrd for Nandcr0Col
impl PartialOrd for Nandcr0Col
impl Copy for Nandcr0Col
impl Eq for Nandcr0Col
impl StructuralPartialEq for Nandcr0Col
Auto Trait Implementations§
impl Freeze for Nandcr0Col
impl RefUnwindSafe for Nandcr0Col
impl Send for Nandcr0Col
impl Sync for Nandcr0Col
impl Unpin for Nandcr0Col
impl UnwindSafe for Nandcr0Col
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