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