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