#[repr(u8)]pub enum InputSrcSel {
SPDIF_IN = 0,
NONE_SEL_1 = 1,
NONE_SEL_2 = 2,
NONE_SEL_3 = 3,
}Variants§
Implementations§
Source§impl InputSrcSel
impl InputSrcSel
Trait Implementations§
Source§impl Clone for InputSrcSel
impl Clone for InputSrcSel
Source§fn clone(&self) -> InputSrcSel
fn clone(&self) -> InputSrcSel
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 InputSrcSel
impl Debug for InputSrcSel
Source§impl From<InputSrcSel> for u8
impl From<InputSrcSel> for u8
Source§fn from(val: InputSrcSel) -> u8
fn from(val: InputSrcSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for InputSrcSel
impl From<u8> for InputSrcSel
Source§fn from(val: u8) -> InputSrcSel
fn from(val: u8) -> InputSrcSel
Converts to this type from the input type.
Source§impl Ord for InputSrcSel
impl Ord for InputSrcSel
Source§fn cmp(&self, other: &InputSrcSel) -> Ordering
fn cmp(&self, other: &InputSrcSel) -> 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 InputSrcSel
impl PartialEq for InputSrcSel
Source§impl PartialOrd for InputSrcSel
impl PartialOrd for InputSrcSel
impl Copy for InputSrcSel
impl Eq for InputSrcSel
impl StructuralPartialEq for InputSrcSel
Auto Trait Implementations§
impl Freeze for InputSrcSel
impl RefUnwindSafe for InputSrcSel
impl Send for InputSrcSel
impl Sync for InputSrcSel
impl Unpin for InputSrcSel
impl UnwindSafe for InputSrcSel
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