pub struct FormerSpdifOutput {
pub format: SpdifFormat,
pub emphasis: bool,
pub non_audio: bool,
}Expand description
Configuration of S/PDIF output.
Fields
format: SpdifFormatThe format of S/PDIF signal.
emphasis: boolWhether to boost signal.
non_audio: boolWhether to transfer non-audio bit in preemble.
Trait Implementations
sourceimpl Clone for FormerSpdifOutput
impl Clone for FormerSpdifOutput
sourcefn clone(&self) -> FormerSpdifOutput
fn clone(&self) -> FormerSpdifOutput
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 FormerSpdifOutput
impl Debug for FormerSpdifOutput
sourceimpl Default for FormerSpdifOutput
impl Default for FormerSpdifOutput
sourcefn default() -> FormerSpdifOutput
fn default() -> FormerSpdifOutput
Returns the “default value” for a type. Read more
sourceimpl PartialEq<FormerSpdifOutput> for FormerSpdifOutput
impl PartialEq<FormerSpdifOutput> for FormerSpdifOutput
sourcefn eq(&self, other: &FormerSpdifOutput) -> bool
fn eq(&self, other: &FormerSpdifOutput) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &FormerSpdifOutput) -> bool
fn ne(&self, other: &FormerSpdifOutput) -> bool
This method tests for !=.
impl Copy for FormerSpdifOutput
impl Eq for FormerSpdifOutput
impl StructuralEq for FormerSpdifOutput
impl StructuralPartialEq for FormerSpdifOutput
Auto Trait Implementations
impl RefUnwindSafe for FormerSpdifOutput
impl Send for FormerSpdifOutput
impl Sync for FormerSpdifOutput
impl Unpin for FormerSpdifOutput
impl UnwindSafe for FormerSpdifOutput
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