Struct gstreamer_audio::AudioConverterConfig [−][src]
pub struct AudioConverterConfig(_);
Implementations
This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = StructureRef
type Target = StructureRef
The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AudioConverterConfig
impl Send for AudioConverterConfig
impl Sync for AudioConverterConfig
impl Unpin for AudioConverterConfig
impl UnwindSafe for AudioConverterConfig
Blanket Implementations
Mutably borrows from an owned value. Read more