Trait gstreamer::prelude::StaticType[][src]

pub trait StaticType {
    fn static_type() -> Type;
}

Types that are supported by GLib dynamic typing.

Required Methods

Returns the type identifier of Self.

Implementations on Foreign Types

impl StaticType for BindingFlags
[src]

impl StaticType for Closure
[src]

impl StaticType for VariantType
[src]

impl StaticType for String
[src]

impl StaticType for VariantTy
[src]

impl StaticType for u64
[src]

impl StaticType for Source
[src]

impl StaticType for AnyValue
[src]

impl StaticType for Date
[src]

impl StaticType for u8
[src]

impl StaticType for u32
[src]

impl StaticType for Bytes
[src]

impl StaticType for Binding
[src]

impl StaticType for DateTime
[src]

impl StaticType for f64
[src]

impl<'a> StaticType for [&'a str]
[src]

impl StaticType for i32
[src]

impl StaticType for Vec<String>
[src]

impl StaticType for i64
[src]

impl StaticType for i8
[src]

impl StaticType for AnySendValue
[src]

impl StaticType for Checksum
[src]

impl StaticType for MainLoop
[src]

impl StaticType for f32
[src]

impl StaticType for str
[src]

impl StaticType for MainContext
[src]

impl<'a, T> StaticType for &'a T where
    T: StaticType + ?Sized
[src]

impl StaticType for Object
[src]

impl<'a, T> StaticType for &'a mut T where
    T: StaticType + ?Sized
[src]

impl StaticType for TimeZone
[src]

impl StaticType for bool
[src]

impl StaticType for KeyFile
[src]

impl StaticType for IOCondition
[src]

impl StaticType for ParamSpec
[src]

impl StaticType for ValueArray
[src]

impl StaticType for Variant
[src]

impl StaticType for String
[src]

Implementors