Type Alias GTypeInterface

Source
pub type GTypeInterface = _GTypeInterface;
Expand description

GTypeInterface:

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

Aliased Type§

#[repr(C)]
pub struct GTypeInterface { pub g_type: u32, pub g_instance_type: u32, }

Fields§

§g_type: u32§g_instance_type: u32