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 u8,
pub value: u32,
}Fields§
§key: *const u8§value: u32