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