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: u64, pub g_instance_type: u64, }

Fields§

§g_type: u64§g_instance_type: u64