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