Struct firewire_fireface_protocols::SpdifInput
source · [−]pub struct SpdifInput {
pub iface: SpdifIface,
pub use_preemble: bool,
}Expand description
Configuration of S/PDIF input.
Fields
iface: SpdifIfaceThe interface of S/PDIF signal.
use_preemble: boolWhether to deliver preamble information by corresponding audio data channel of tx stream.
Trait Implementations
sourceimpl Clone for SpdifInput
impl Clone for SpdifInput
sourcefn clone(&self) -> SpdifInput
fn clone(&self) -> SpdifInput
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 SpdifInput
impl Debug for SpdifInput
sourceimpl Default for SpdifInput
impl Default for SpdifInput
sourcefn default() -> SpdifInput
fn default() -> SpdifInput
Returns the “default value” for a type. Read more
sourceimpl PartialEq<SpdifInput> for SpdifInput
impl PartialEq<SpdifInput> for SpdifInput
sourcefn eq(&self, other: &SpdifInput) -> bool
fn eq(&self, other: &SpdifInput) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SpdifInput) -> bool
fn ne(&self, other: &SpdifInput) -> bool
This method tests for !=.
impl Copy for SpdifInput
impl Eq for SpdifInput
impl StructuralEq for SpdifInput
impl StructuralPartialEq for SpdifInput
Auto Trait Implementations
impl RefUnwindSafe for SpdifInput
impl Send for SpdifInput
impl Sync for SpdifInput
impl Unpin for SpdifInput
impl UnwindSafe for SpdifInput
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