Trait glib::types::StaticType [−][src]
pub trait StaticType { fn static_type() -> Type; }
Expand description
Types that are supported by GLib dynamic typing.
Required methods
fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of Self
.