#[repr(u8)]pub enum Enet2IppIndMac0RxerrSelectInputDaisy {
GPIO_EMC_34_ALT8 = 0,
GPIO_SD_B0_02_ALT8 = 1,
GPIO_B1_00_ALT8 = 2,
_RESERVED_3 = 3,
}Variants§
GPIO_EMC_34_ALT8 = 0
Selecting Pad: GPIO_EMC_34 for Mode: ALT8
GPIO_SD_B0_02_ALT8 = 1
Selecting Pad: GPIO_SD_B0_02 for Mode: ALT8
GPIO_B1_00_ALT8 = 2
Selecting Pad: GPIO_B1_00 for Mode: ALT8
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Clone for Enet2IppIndMac0RxerrSelectInputDaisy
impl Clone for Enet2IppIndMac0RxerrSelectInputDaisy
Source§fn clone(&self) -> Enet2IppIndMac0RxerrSelectInputDaisy
fn clone(&self) -> Enet2IppIndMac0RxerrSelectInputDaisy
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 From<Enet2IppIndMac0RxerrSelectInputDaisy> for u8
impl From<Enet2IppIndMac0RxerrSelectInputDaisy> for u8
Source§fn from(val: Enet2IppIndMac0RxerrSelectInputDaisy) -> u8
fn from(val: Enet2IppIndMac0RxerrSelectInputDaisy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Enet2IppIndMac0RxerrSelectInputDaisy
impl From<u8> for Enet2IppIndMac0RxerrSelectInputDaisy
Source§fn from(val: u8) -> Enet2IppIndMac0RxerrSelectInputDaisy
fn from(val: u8) -> Enet2IppIndMac0RxerrSelectInputDaisy
Converts to this type from the input type.
Source§impl Ord for Enet2IppIndMac0RxerrSelectInputDaisy
impl Ord for Enet2IppIndMac0RxerrSelectInputDaisy
Source§fn cmp(&self, other: &Enet2IppIndMac0RxerrSelectInputDaisy) -> Ordering
fn cmp(&self, other: &Enet2IppIndMac0RxerrSelectInputDaisy) -> 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 Enet2IppIndMac0RxerrSelectInputDaisy
impl PartialEq for Enet2IppIndMac0RxerrSelectInputDaisy
Source§fn eq(&self, other: &Enet2IppIndMac0RxerrSelectInputDaisy) -> bool
fn eq(&self, other: &Enet2IppIndMac0RxerrSelectInputDaisy) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for Enet2IppIndMac0RxerrSelectInputDaisy
impl PartialOrd for Enet2IppIndMac0RxerrSelectInputDaisy
impl Copy for Enet2IppIndMac0RxerrSelectInputDaisy
impl Eq for Enet2IppIndMac0RxerrSelectInputDaisy
impl StructuralPartialEq for Enet2IppIndMac0RxerrSelectInputDaisy
Auto Trait Implementations§
impl Freeze for Enet2IppIndMac0RxerrSelectInputDaisy
impl RefUnwindSafe for Enet2IppIndMac0RxerrSelectInputDaisy
impl Send for Enet2IppIndMac0RxerrSelectInputDaisy
impl Sync for Enet2IppIndMac0RxerrSelectInputDaisy
impl Unpin for Enet2IppIndMac0RxerrSelectInputDaisy
impl UnwindSafe for Enet2IppIndMac0RxerrSelectInputDaisy
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