pub enum OptIfaceMode {
Spdif,
Adat,
}
Expand description
Mode of optical interface.
Variants§
Trait Implementations§
Source§impl Clone for OptIfaceMode
impl Clone for OptIfaceMode
Source§fn clone(&self) -> OptIfaceMode
fn clone(&self) -> OptIfaceMode
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 OptIfaceMode
impl Debug for OptIfaceMode
Source§impl Default for OptIfaceMode
impl Default for OptIfaceMode
Source§impl PartialEq for OptIfaceMode
impl PartialEq for OptIfaceMode
impl Copy for OptIfaceMode
impl Eq for OptIfaceMode
impl StructuralPartialEq for OptIfaceMode
Auto Trait Implementations§
impl Freeze for OptIfaceMode
impl RefUnwindSafe for OptIfaceMode
impl Send for OptIfaceMode
impl Sync for OptIfaceMode
impl Unpin for OptIfaceMode
impl UnwindSafe for OptIfaceMode
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