pub type GumInvocationListenerInterface = _GumInvocationListenerInterface;

Aliased Type§

struct GumInvocationListenerInterface {
    pub parent: _GTypeInterface,
    pub on_enter: Option<unsafe extern "C" fn(_: *mut _GumInvocationListener, _: *mut _GumInvocationContext)>,
    pub on_leave: Option<unsafe extern "C" fn(_: *mut _GumInvocationListener, _: *mut _GumInvocationContext)>,
}

Fields§

§parent: _GTypeInterface§on_enter: Option<unsafe extern "C" fn(_: *mut _GumInvocationListener, _: *mut _GumInvocationContext)>§on_leave: Option<unsafe extern "C" fn(_: *mut _GumInvocationListener, _: *mut _GumInvocationContext)>