Module glib::object[][src]

Expand description

IMPL Object wrapper implementation and Object binding.

Structs

Class struct of type T.

Reference to the class struct of type T.

Interface struct of type T for some type.

Reference to a class struct of type T.

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 implemented by class types.

Trait implemented by interface types.

Automatically implemented by ObjectSubclass variants of wrapper!

Implemented by types representing glib::Object and subclasses of it.

Unsafe variant of the From trait.

Type Definitions