#[repr(u8)]pub enum TxSel {
TX_SEL_0 = 0,
TX_SEL_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
TX_SEL_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
TX_SEL_0 = 0
Off and output 0.
TX_SEL_1 = 1
Feed-through SPDIFIN.
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
TX_SEL_5 = 5
Tx Normal operation.
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for TxSel
impl Ord for TxSel
Source§impl PartialOrd for TxSel
impl PartialOrd for TxSel
impl Copy for TxSel
impl Eq for TxSel
impl StructuralPartialEq for TxSel
Auto Trait Implementations§
impl Freeze for TxSel
impl RefUnwindSafe for TxSel
impl Send for TxSel
impl Sync for TxSel
impl Unpin for TxSel
impl UnwindSafe for TxSel
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