[−][src]Trait glib::subclass::boxed::BoxedType
Trait for defining boxed types.
Links together the type name with the type itself.
See register_boxed_type
for registering an implementation of this trait
with the type system.
Associated Constants
Required methods
fn get_type() -> Type
[−]
Returns the type ID.
This is usually defined via the glib_boxed_type!
macro.