#[repr(u8)]pub enum TxSel {
OFF_OUT0 = 0,
FEEDTHRU = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
NORMAL_OP = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
OFF_OUT0 = 0
Off and output 0
FEEDTHRU = 1
Feed-through SPDIFIN
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
NORMAL_OP = 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