Type Alias GDebugKey

Source
pub type GDebugKey = _GDebugKey;
Expand description

GDebugKey: @key: the string @value: the flag

Associates a string with a bit flag. Used in g_parse_debug_string().

Aliased Type§

#[repr(C)]
pub struct GDebugKey { pub key: *const i8, pub value: u32, }

Fields§

§key: *const i8§value: u32