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