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<'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 String