Expand description
IMPL Object wrapper implementation and Object binding.
Structs
The base class in the object hierarchy.
A weak reference to the object it was created for that can be sent to
different threads even for object types that don’t implement
Send.Traits
Marker trait for the statically known possibility of downcasting from
Self to T.Upcasting and downcasting support.
Declares the “is a” relationship.
Trait for mapping a class struct type to its corresponding instance type.
Implemented by types representing
glib::Object and subclasses of it.Unsafe variant of the
From trait.