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