pub enum BITDELAY_A {
    LJ,
    I2S,
}Expand description
Data Delay from Frame Sync
Value on reset: 0
Variants
LJ
0: Left Justified (0 Bit Delay)
I2S
1: I2S (1 Bit Delay)
Trait Implementations
sourceimpl Clone for BITDELAY_A
 
impl Clone for BITDELAY_A
sourcefn clone(&self) -> BITDELAY_A
 
fn clone(&self) -> BITDELAY_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for BITDELAY_A
 
impl Debug for BITDELAY_A
sourceimpl From<BITDELAY_A> for bool
 
impl From<BITDELAY_A> for bool
sourcefn from(variant: BITDELAY_A) -> Self
 
fn from(variant: BITDELAY_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<BITDELAY_A> for BITDELAY_A
 
impl PartialEq<BITDELAY_A> for BITDELAY_A
sourcefn eq(&self, other: &BITDELAY_A) -> bool
 
fn eq(&self, other: &BITDELAY_A) -> bool
impl Copy for BITDELAY_A
impl StructuralPartialEq for BITDELAY_A
Auto Trait Implementations
impl RefUnwindSafe for BITDELAY_A
impl Send for BITDELAY_A
impl Sync for BITDELAY_A
impl Unpin for BITDELAY_A
impl UnwindSafe for BITDELAY_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more