Type Alias frida_gum_sys::GumCallEvent

source ·
pub type GumCallEvent = _GumCallEvent;

Aliased Type§

struct GumCallEvent {
    pub type_: u32,
    pub location: *mut c_void,
    pub target: *mut c_void,
    pub depth: i32,
}

Fields§

§type_: u32§location: *mut c_void§target: *mut c_void§depth: i32