#[repr(u8)]pub enum RxFifoOffOn {
RX_FIFO_OFF_ON_0 = 0,
RX_FIFO_OFF_ON_1 = 1,
}Variants§
RX_FIFO_OFF_ON_0 = 0
SPDIF Rx FIFO is on
RX_FIFO_OFF_ON_1 = 1
SPDIF Rx FIFO is off. Does not accept data from interface
Implementations§
Source§impl RxFifoOffOn
impl RxFifoOffOn
Trait Implementations§
Source§impl Clone for RxFifoOffOn
impl Clone for RxFifoOffOn
Source§fn clone(&self) -> RxFifoOffOn
fn clone(&self) -> RxFifoOffOn
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 RxFifoOffOn
impl Debug for RxFifoOffOn
Source§impl From<RxFifoOffOn> for u8
impl From<RxFifoOffOn> for u8
Source§fn from(val: RxFifoOffOn) -> u8
fn from(val: RxFifoOffOn) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RxFifoOffOn
impl From<u8> for RxFifoOffOn
Source§fn from(val: u8) -> RxFifoOffOn
fn from(val: u8) -> RxFifoOffOn
Converts to this type from the input type.
Source§impl Ord for RxFifoOffOn
impl Ord for RxFifoOffOn
Source§fn cmp(&self, other: &RxFifoOffOn) -> Ordering
fn cmp(&self, other: &RxFifoOffOn) -> 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 RxFifoOffOn
impl PartialEq for RxFifoOffOn
Source§impl PartialOrd for RxFifoOffOn
impl PartialOrd for RxFifoOffOn
impl Copy for RxFifoOffOn
impl Eq for RxFifoOffOn
impl StructuralPartialEq for RxFifoOffOn
Auto Trait Implementations§
impl Freeze for RxFifoOffOn
impl RefUnwindSafe for RxFifoOffOn
impl Send for RxFifoOffOn
impl Sync for RxFifoOffOn
impl Unpin for RxFifoOffOn
impl UnwindSafe for RxFifoOffOn
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