Type Alias frida_sys::GThreadCallbacks

source ·
pub type GThreadCallbacks = _GThreadCallbacks;

Aliased Type§

struct GThreadCallbacks {
    pub on_thread_init: Option<unsafe extern "C" fn()>,
    pub on_thread_realize: Option<unsafe extern "C" fn()>,
    pub on_thread_dispose: Option<unsafe extern "C" fn()>,
    pub on_thread_finalize: Option<unsafe extern "C" fn()>,
}

Fields§

§on_thread_init: Option<unsafe extern "C" fn()>§on_thread_realize: Option<unsafe extern "C" fn()>§on_thread_dispose: Option<unsafe extern "C" fn()>§on_thread_finalize: Option<unsafe extern "C" fn()>