Type Alias frida_sys::FridaRpcPeerIface

source ·
pub type FridaRpcPeerIface = _FridaRpcPeerIface;

Aliased Type§

struct FridaRpcPeerIface {
    pub parent_iface: _GTypeInterface,
    pub post_rpc_message: Option<unsafe extern "C" fn(_: *mut _FridaRpcPeer, _: *const i8, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
    pub post_rpc_message_finish: Option<unsafe extern "C" fn(_: *mut _FridaRpcPeer, _: *mut _GAsyncResult, _: *mut *mut _GError)>,
}

Fields§

§parent_iface: _GTypeInterface§post_rpc_message: Option<unsafe extern "C" fn(_: *mut _FridaRpcPeer, _: *const i8, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§post_rpc_message_finish: Option<unsafe extern "C" fn(_: *mut _FridaRpcPeer, _: *mut _GAsyncResult, _: *mut *mut _GError)>