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