pub enum Bitdelayselect {
Lj = 0,
I2s = 1,
}
Expand description
Data Delay from Frame Sync
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Bitdelayselect
impl Clone for Bitdelayselect
Source§fn clone(&self) -> Bitdelayselect
fn clone(&self) -> Bitdelayselect
Returns a copy 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 Bitdelayselect
impl Debug for Bitdelayselect
Source§impl From<Bitdelayselect> for bool
impl From<Bitdelayselect> for bool
Source§fn from(variant: Bitdelayselect) -> Self
fn from(variant: Bitdelayselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Bitdelayselect
impl PartialEq for Bitdelayselect
impl Copy for Bitdelayselect
impl Eq for Bitdelayselect
impl StructuralPartialEq for Bitdelayselect
Auto Trait Implementations§
impl Freeze for Bitdelayselect
impl RefUnwindSafe for Bitdelayselect
impl Send for Bitdelayselect
impl Sync for Bitdelayselect
impl Unpin for Bitdelayselect
impl UnwindSafe for Bitdelayselect
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