[−][src]Trait gstreamer_net::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 i32[src]
fn static_variant_type() -> Cow<'static, VariantTy>[src]
impl StaticVariantType for u16[src]
fn static_variant_type() -> Cow<'static, VariantTy>[src]
impl StaticVariantType for u64[src]
fn static_variant_type() -> Cow<'static, VariantTy>[src]
impl<'a, T> StaticVariantType for &'a T where
    T: StaticVariantType + ?Sized, [src]
T: StaticVariantType + ?Sized,