Struct frida_gum_sys::_GumInvocationBackend[][src]

#[repr(C)]pub struct _GumInvocationBackend {
    pub get_point_cut: Option<unsafe extern "C" fn(context: *mut GumInvocationContext) -> GumPointCut>,
    pub get_thread_id: Option<unsafe extern "C" fn(context: *mut GumInvocationContext) -> GumThreadId>,
    pub get_depth: Option<unsafe extern "C" fn(context: *mut GumInvocationContext) -> guint>,
    pub get_listener_thread_data: Option<unsafe extern "C" fn(context: *mut GumInvocationContext, required_size: gsize) -> gpointer>,
    pub get_listener_function_data: Option<unsafe extern "C" fn(context: *mut GumInvocationContext) -> gpointer>,
    pub get_listener_invocation_data: Option<unsafe extern "C" fn(context: *mut GumInvocationContext, required_size: gsize) -> gpointer>,
    pub get_replacement_data: Option<unsafe extern "C" fn(context: *mut GumInvocationContext) -> gpointer>,
    pub state: gpointer,
    pub data: gpointer,
}

Fields

get_point_cut: Option<unsafe extern "C" fn(context: *mut GumInvocationContext) -> GumPointCut>get_thread_id: Option<unsafe extern "C" fn(context: *mut GumInvocationContext) -> GumThreadId>get_depth: Option<unsafe extern "C" fn(context: *mut GumInvocationContext) -> guint>get_listener_thread_data: Option<unsafe extern "C" fn(context: *mut GumInvocationContext, required_size: gsize) -> gpointer>get_listener_function_data: Option<unsafe extern "C" fn(context: *mut GumInvocationContext) -> gpointer>get_listener_invocation_data: Option<unsafe extern "C" fn(context: *mut GumInvocationContext, required_size: gsize) -> gpointer>get_replacement_data: Option<unsafe extern "C" fn(context: *mut GumInvocationContext) -> gpointer>state: gpointerdata: gpointer

Trait Implementations

impl Clone for _GumInvocationBackend[src]

impl Copy for _GumInvocationBackend[src]

impl Debug for _GumInvocationBackend[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.