Trait glib::types::StaticType
[−]
[src]
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.
Implementors
impl StaticType for Objectimpl StaticType for Checksumimpl StaticType for DateTimeimpl StaticType for KeyFileimpl StaticType for MainContextimpl StaticType for MainLoopimpl StaticType for Sourceimpl StaticType for TimeZoneimpl StaticType for Bytesimpl StaticType for Closureimpl StaticType for Errorimpl<'a, T: ?Sized + StaticType> StaticType for &'a Timpl StaticType for boolimpl StaticType for i8impl StaticType for u8impl StaticType for i32impl StaticType for u32impl StaticType for i64impl StaticType for u64impl StaticType for f32impl StaticType for f64impl StaticType for strimpl StaticType for Stringimpl StaticType for Variantimpl StaticType for Date