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