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