[−][src]Trait gstreamer::prelude::StaticType
Types that are supported by GLib dynamic typing.
Required methods
fn static_type() -> Type
Returns the type identifier of Self.
Implementations on Foreign Types
impl StaticType for str[src]
fn static_type() -> Type[src]
impl StaticType for Object[src]
fn static_type() -> Type[src]
impl StaticType for Vec<String>[src]
fn static_type() -> Type[src]
impl StaticType for ValueArray[src]
fn static_type() -> Type[src]
impl StaticType for DateTime[src]
fn static_type() -> Type[src]
impl StaticType for f32[src]
fn static_type() -> Type[src]
impl StaticType for i32[src]
fn static_type() -> Type[src]
impl StaticType for VariantTy[src]
fn static_type() -> Type[src]
impl<T> StaticType for Boxed<T> where
T: BoxedType, [src]
T: BoxedType,
fn static_type() -> Type[src]
impl<'a> StaticType for [&'a str][src]
fn static_type() -> Type[src]
impl StaticType for i64[src]
fn static_type() -> Type[src]
impl StaticType for Variant[src]
fn static_type() -> Type[src]
impl StaticType for Binding[src]
fn static_type() -> Type[src]
impl StaticType for Date[src]
fn static_type() -> Type[src]
impl StaticType for GString[src]
fn static_type() -> Type[src]
impl StaticType for BindingFlags[src]
fn static_type() -> Type[src]
impl StaticType for String[src]
fn static_type() -> Type[src]
impl<'a, T> StaticType for &'a mut T where
T: StaticType + ?Sized, [src]
T: StaticType + ?Sized,
fn static_type() -> Type[src]
impl StaticType for f64[src]
fn static_type() -> Type[src]
impl StaticType for Closure[src]
fn static_type() -> Type[src]
impl StaticType for VariantType[src]
fn static_type() -> Type[src]
impl StaticType for ByteArray[src]
fn static_type() -> Type[src]
impl StaticType for KeyFile[src]
fn static_type() -> Type[src]
impl StaticType for Vec<GString>[src]
fn static_type() -> Type[src]
impl StaticType for u8[src]
fn static_type() -> Type[src]
impl StaticType for String[src]
fn static_type() -> Type[src]
impl StaticType for MainLoop[src]
fn static_type() -> Type[src]
impl StaticType for Source[src]
fn static_type() -> Type[src]
impl StaticType for TimeZone[src]
fn static_type() -> Type[src]
impl<'a, T> StaticType for &'a T where
T: StaticType + ?Sized, [src]
T: StaticType + ?Sized,