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