Type Alias GTypeInterface

Source
pub type GTypeInterface = _GTypeInterface;
Expand description

GTypeInterface:

An opaque structure used as the base of all interface types.

Aliased Type§

struct GTypeInterface {
    pub g_type: u32,
    pub g_instance_type: u32,
}

Fields§

§g_type: u32§g_instance_type: u32