[−][src]Trait gstreamer_pbutils::prelude::StaticVariantType
Returns VariantType
of Self
.
Required methods
fn static_variant_type() -> Cow<'static, VariantTy>
Returns the VariantType
corresponding to Self
.
Implementations on Foreign Types
impl StaticVariantType for String
[src]
fn static_variant_type() -> Cow<'static, VariantTy>
[src]
impl StaticVariantType for u32
[src]
fn static_variant_type() -> Cow<'static, VariantTy>
[src]
impl<'a, T> StaticVariantType for &'a T where
T: StaticVariantType + ?Sized,
[src]
T: StaticVariantType + ?Sized,