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