pub enum ShellOptOutputIfaceFormat {
Adat,
Spdif,
}Expand description
Format of optical output interface.
Variants§
Trait Implementations§
source§impl Clone for ShellOptOutputIfaceFormat
impl Clone for ShellOptOutputIfaceFormat
source§fn clone(&self) -> ShellOptOutputIfaceFormat
fn clone(&self) -> ShellOptOutputIfaceFormat
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 ShellOptOutputIfaceFormat
impl Debug for ShellOptOutputIfaceFormat
source§impl Default for ShellOptOutputIfaceFormat
impl Default for ShellOptOutputIfaceFormat
source§impl PartialEq for ShellOptOutputIfaceFormat
impl PartialEq for ShellOptOutputIfaceFormat
source§fn eq(&self, other: &ShellOptOutputIfaceFormat) -> bool
fn eq(&self, other: &ShellOptOutputIfaceFormat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ShellOptOutputIfaceFormat
impl Eq for ShellOptOutputIfaceFormat
impl StructuralEq for ShellOptOutputIfaceFormat
impl StructuralPartialEq for ShellOptOutputIfaceFormat
Auto Trait Implementations§
impl RefUnwindSafe for ShellOptOutputIfaceFormat
impl Send for ShellOptOutputIfaceFormat
impl Sync for ShellOptOutputIfaceFormat
impl Unpin for ShellOptOutputIfaceFormat
impl UnwindSafe for ShellOptOutputIfaceFormat
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