Type Alias GTypeQuery

Source
pub type GTypeQuery = _GTypeQuery;
Expand description

GTypeQuery: @type: the #GType value of the type @type_name: the name of the type @class_size: the size of the class structure @instance_size: the size of the instance structure

A structure holding information for a specific type.

See also: g_type_query()

Aliased Type§

struct GTypeQuery {
    pub type_: u64,
    pub type_name: *const i8,
    pub class_size: u32,
    pub instance_size: u32,
}

Fields§

§type_: u64§type_name: *const i8§class_size: u32§instance_size: u32