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