pub enum OpticalOutputSignal {
Adat,
Spdif,
}Expand description
Type of signal to optical output interface.
Variants
Adat
Spdif
Trait Implementations
sourceimpl Clone for OpticalOutputSignal
impl Clone for OpticalOutputSignal
sourcefn clone(&self) -> OpticalOutputSignal
fn clone(&self) -> OpticalOutputSignal
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 more
sourceimpl Debug for OpticalOutputSignal
impl Debug for OpticalOutputSignal
sourceimpl Default for OpticalOutputSignal
impl Default for OpticalOutputSignal
impl Copy for OpticalOutputSignal
impl Eq for OpticalOutputSignal
impl StructuralEq for OpticalOutputSignal
impl StructuralPartialEq for OpticalOutputSignal
Auto Trait Implementations
impl RefUnwindSafe for OpticalOutputSignal
impl Send for OpticalOutputSignal
impl Sync for OpticalOutputSignal
impl Unpin for OpticalOutputSignal
impl UnwindSafe for OpticalOutputSignal
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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