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