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