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