#[repr(u8)]pub enum Sai2TxSyncSelectInputDaisy {
GPIO_EMC_05_ALT2 = 0,
GPIO_AD_B0_04_ALT3 = 1,
}Variants§
GPIO_EMC_05_ALT2 = 0
Selecting Pad: GPIO_EMC_05 for Mode: ALT2
GPIO_AD_B0_04_ALT3 = 1
Selecting Pad: GPIO_AD_B0_04 for Mode: ALT3
Implementations§
Trait Implementations§
Source§impl Clone for Sai2TxSyncSelectInputDaisy
impl Clone for Sai2TxSyncSelectInputDaisy
Source§fn clone(&self) -> Sai2TxSyncSelectInputDaisy
fn clone(&self) -> Sai2TxSyncSelectInputDaisy
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 Sai2TxSyncSelectInputDaisy
impl Debug for Sai2TxSyncSelectInputDaisy
Source§impl From<Sai2TxSyncSelectInputDaisy> for u8
impl From<Sai2TxSyncSelectInputDaisy> for u8
Source§fn from(val: Sai2TxSyncSelectInputDaisy) -> u8
fn from(val: Sai2TxSyncSelectInputDaisy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Sai2TxSyncSelectInputDaisy
impl From<u8> for Sai2TxSyncSelectInputDaisy
Source§fn from(val: u8) -> Sai2TxSyncSelectInputDaisy
fn from(val: u8) -> Sai2TxSyncSelectInputDaisy
Converts to this type from the input type.
Source§impl Ord for Sai2TxSyncSelectInputDaisy
impl Ord for Sai2TxSyncSelectInputDaisy
Source§fn cmp(&self, other: &Sai2TxSyncSelectInputDaisy) -> Ordering
fn cmp(&self, other: &Sai2TxSyncSelectInputDaisy) -> 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 PartialOrd for Sai2TxSyncSelectInputDaisy
impl PartialOrd for Sai2TxSyncSelectInputDaisy
impl Copy for Sai2TxSyncSelectInputDaisy
impl Eq for Sai2TxSyncSelectInputDaisy
impl StructuralPartialEq for Sai2TxSyncSelectInputDaisy
Auto Trait Implementations§
impl Freeze for Sai2TxSyncSelectInputDaisy
impl RefUnwindSafe for Sai2TxSyncSelectInputDaisy
impl Send for Sai2TxSyncSelectInputDaisy
impl Sync for Sai2TxSyncSelectInputDaisy
impl Unpin for Sai2TxSyncSelectInputDaisy
impl UnwindSafe for Sai2TxSyncSelectInputDaisy
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