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