Type Alias panda_sys::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§

struct GDebugKey {
    pub key: *const i8,
    pub value: u32,
}

Fields§

§key: *const i8§value: u32