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