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