Type Alias frida_sys::GCompletion

source ·
pub type GCompletion = _GCompletion;

Aliased Type§

struct GCompletion {
    pub items: *mut _GList,
    pub func: Option<unsafe extern "C" fn(_: *mut c_void) -> *mut i8>,
    pub prefix: *mut i8,
    pub cache: *mut _GList,
    pub strncmp_func: Option<unsafe extern "C" fn(_: *const i8, _: *const i8, _: u64) -> i32>,
}

Fields§

§items: *mut _GList§func: Option<unsafe extern "C" fn(_: *mut c_void) -> *mut i8>§prefix: *mut i8§cache: *mut _GList§strncmp_func: Option<unsafe extern "C" fn(_: *const i8, _: *const i8, _: u64) -> i32>