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