pub enum ShellOptInputIfaceFormat {
Adat0to7,
Adat0to5Spdif01,
Toslink01Spdif01,
}
Expand description
Format of optical input interface.
Variants§
Adat0to7
ADAT 1/2/3/4/5/6/7/8.
Adat0to5Spdif01
ADAT 1/2/3/4/5/6 and S/PDIF 1/2.
Toslink01Spdif01
S/PDIF 1/2 in both coaxial and optical interfaces.
Trait Implementations§
Source§impl Clone for ShellOptInputIfaceFormat
impl Clone for ShellOptInputIfaceFormat
Source§fn clone(&self) -> ShellOptInputIfaceFormat
fn clone(&self) -> ShellOptInputIfaceFormat
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 ShellOptInputIfaceFormat
impl Debug for ShellOptInputIfaceFormat
Source§impl Default for ShellOptInputIfaceFormat
impl Default for ShellOptInputIfaceFormat
Source§impl PartialEq for ShellOptInputIfaceFormat
impl PartialEq for ShellOptInputIfaceFormat
impl Copy for ShellOptInputIfaceFormat
impl Eq for ShellOptInputIfaceFormat
impl StructuralPartialEq for ShellOptInputIfaceFormat
Auto Trait Implementations§
impl Freeze for ShellOptInputIfaceFormat
impl RefUnwindSafe for ShellOptInputIfaceFormat
impl Send for ShellOptInputIfaceFormat
impl Sync for ShellOptInputIfaceFormat
impl Unpin for ShellOptInputIfaceFormat
impl UnwindSafe for ShellOptInputIfaceFormat
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