pub enum DigitalB67Src {
Spdif12,
Adat67,
}Expand description
Source of 6/7 channels of digital B input.
Variants§
Trait Implementations§
source§impl Clone for DigitalB67Src
impl Clone for DigitalB67Src
source§fn clone(&self) -> DigitalB67Src
fn clone(&self) -> DigitalB67Src
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 DigitalB67Src
impl Debug for DigitalB67Src
source§impl Default for DigitalB67Src
impl Default for DigitalB67Src
source§impl PartialEq for DigitalB67Src
impl PartialEq for DigitalB67Src
source§fn eq(&self, other: &DigitalB67Src) -> bool
fn eq(&self, other: &DigitalB67Src) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for DigitalB67Src
impl Eq for DigitalB67Src
impl StructuralEq for DigitalB67Src
impl StructuralPartialEq for DigitalB67Src
Auto Trait Implementations§
impl RefUnwindSafe for DigitalB67Src
impl Send for DigitalB67Src
impl Sync for DigitalB67Src
impl Unpin for DigitalB67Src
impl UnwindSafe for DigitalB67Src
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