#[repr(u8)]pub enum EnetMdioSelectInputDaisy {
GPIO_AD_B1_05_ALT1 = 0,
GPIO_EMC_41_ALT4 = 1,
GPIO_B1_15_ALT0 = 2,
_RESERVED_3 = 3,
}Variants§
GPIO_AD_B1_05_ALT1 = 0
Selecting Pad: GPIO_AD_B1_05 for Mode: ALT1
GPIO_EMC_41_ALT4 = 1
Selecting Pad: GPIO_EMC_41 for Mode: ALT4
GPIO_B1_15_ALT0 = 2
Selecting Pad: GPIO_B1_15 for Mode: ALT0
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Clone for EnetMdioSelectInputDaisy
impl Clone for EnetMdioSelectInputDaisy
Source§fn clone(&self) -> EnetMdioSelectInputDaisy
fn clone(&self) -> EnetMdioSelectInputDaisy
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 EnetMdioSelectInputDaisy
impl Debug for EnetMdioSelectInputDaisy
Source§impl From<EnetMdioSelectInputDaisy> for u8
impl From<EnetMdioSelectInputDaisy> for u8
Source§fn from(val: EnetMdioSelectInputDaisy) -> u8
fn from(val: EnetMdioSelectInputDaisy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for EnetMdioSelectInputDaisy
impl From<u8> for EnetMdioSelectInputDaisy
Source§fn from(val: u8) -> EnetMdioSelectInputDaisy
fn from(val: u8) -> EnetMdioSelectInputDaisy
Converts to this type from the input type.
Source§impl Ord for EnetMdioSelectInputDaisy
impl Ord for EnetMdioSelectInputDaisy
Source§fn cmp(&self, other: &EnetMdioSelectInputDaisy) -> Ordering
fn cmp(&self, other: &EnetMdioSelectInputDaisy) -> 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 EnetMdioSelectInputDaisy
impl PartialEq for EnetMdioSelectInputDaisy
Source§impl PartialOrd for EnetMdioSelectInputDaisy
impl PartialOrd for EnetMdioSelectInputDaisy
impl Copy for EnetMdioSelectInputDaisy
impl Eq for EnetMdioSelectInputDaisy
impl StructuralPartialEq for EnetMdioSelectInputDaisy
Auto Trait Implementations§
impl Freeze for EnetMdioSelectInputDaisy
impl RefUnwindSafe for EnetMdioSelectInputDaisy
impl Send for EnetMdioSelectInputDaisy
impl Sync for EnetMdioSelectInputDaisy
impl Unpin for EnetMdioSelectInputDaisy
impl UnwindSafe for EnetMdioSelectInputDaisy
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