Type Alias frida_gum_sys::GumRetEvent

source ·
pub type GumRetEvent = _GumRetEvent;

Aliased Type§

struct GumRetEvent {
    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