Type Alias GTypeInstance

Source
pub type GTypeInstance = _GTypeInstance;
Expand description

GTypeInstance:

An opaque structure used as the base of all type instances.

Aliased Type§

struct GTypeInstance {
    pub g_class: *mut _GTypeClass,
}

Fields§

§g_class: *mut _GTypeClass