[][src]Trait glib::types::StaticType

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

Types that are supported by GLib dynamic typing.

Required methods

fn static_type() -> Type

Returns the type identifier of Self.

Loading content...

Implementations on Foreign Types

impl StaticType for Vec<GString>[src]

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

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

impl StaticType for bool[src]

impl StaticType for i8[src]

impl StaticType for u8[src]

impl StaticType for i32[src]

impl StaticType for u32[src]

impl StaticType for i64[src]

impl StaticType for u64[src]

impl StaticType for f32[src]

impl StaticType for f64[src]

impl StaticType for str[src]

impl StaticType for String[src]

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

impl StaticType for Vec<String>[src]

Loading content...

Implementors

impl StaticType for GString[src]

impl StaticType for Type[src]

impl StaticType for Closure[src]

impl StaticType for Error[src]

impl StaticType for InitiallyUnowned[src]

impl StaticType for Object[src]

impl StaticType for Binding[src]

impl StaticType for BindingFlags[src]

impl StaticType for ByteArray[src]

impl StaticType for Bytes[src]

impl StaticType for Checksum[src]

impl StaticType for Date[src]

impl StaticType for DateTime[src]

impl StaticType for IOCondition[src]

impl StaticType for KeyFile[src]

impl StaticType for MainContext[src]

impl StaticType for MainLoop[src]

impl StaticType for ParamSpec[src]

impl StaticType for Source[src]

impl StaticType for glib::String[src]

impl StaticType for TimeZone[src]

impl StaticType for ValueArray[src]

impl StaticType for VariantTy[src]

impl StaticType for VariantType[src]

impl StaticType for Variant[src]

impl<T: BoxedType> StaticType for Boxed<T>[src]

Loading content...