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