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.Methods from Deref<Target = StructureRef>
pub fn get<'a, T>(&'a self, name: &str) -> Result<T, GetError> where
T: FromValue<'a>,
<<T as FromValue<'a>>::Checker as ValueTypeChecker>::Error: GlibValueError,
[src]pub fn get_optional<'a, T>(&'a self, name: &str) -> Result<Option<T>, GetError> where
T: FromValue<'a>,
<<T as FromValue<'a>>::Checker as ValueTypeChecker>::Error: GlibValueError,
[src]pub fn get_by_quark<'a, T>(&'a self, name: Quark) -> Result<T, GetError> where
T: FromValue<'a>,
<<T as FromValue<'a>>::Checker as ValueTypeChecker>::Error: GlibValueError,
[src]pub fn get_optional_by_quark<'a, T>(
&'a self,
name: Quark
) -> Result<Option<T>, GetError> where
T: FromValue<'a>,
<<T as FromValue<'a>>::Checker as ValueTypeChecker>::Error: GlibValueError,
[src]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.
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