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 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 ShellOptOutputIfaceFormat
impl Debug for ShellOptOutputIfaceFormat
Source§impl Default for ShellOptOutputIfaceFormat
impl Default for ShellOptOutputIfaceFormat
impl Copy for ShellOptOutputIfaceFormat
impl Eq for ShellOptOutputIfaceFormat
impl StructuralPartialEq for ShellOptOutputIfaceFormat
Auto Trait Implementations§
impl Freeze for ShellOptOutputIfaceFormat
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