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