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