Module glib::object [] [src]

Types that facilitate representing GObject descendants.

Structs

GenericObject

The crate-local generic type for GObject descendants in GLib.

Object
Ref

A reference to any GObject descendant.

VirtualRef

A helper type holding a reference to a specific object or interface.

Traits

Downcast

A complement to Upcast that allows downcasting.

ObjectExt
Upcast

Declares the "is a" relationship.

Wrapper

A wrapper around the Ref.