Type Alias frida_gum_sys::GLogField

source ·
pub type GLogField = _GLogField;

Aliased Type§

struct GLogField {
    pub key: *const i8,
    pub value: *const c_void,
    pub length: i64,
}

Fields§

§key: *const i8§value: *const c_void§length: i64