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