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