Expand description
IMPL
Object wrapper implementation and Object
binding.
Structs§
- Binding
Builder - Class
Ref - Initially
Unowned - Initially
Unowned Class - Object
- The base class in the object hierarchy.
- Object
Class - Send
Weak Ref - 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
. - WeakRef
Traits§
- CanDowncast
- Marker trait for the statically known possibility of downcasting from
Self
toT
. - Cast
- Upcasting and downcasting support.
- IsA
- Declares the “is a” relationship.
- IsClass
For - Trait for mapping a class struct type to its corresponding instance type.
- Object
Ext - Object
Type - Implemented by types representing
glib::Object
and subclasses of it. - Unsafe
From - Unsafe variant of the
From
trait.