Struct frida_sys::_FridaRpcPeerIface
source · #[repr(C)]pub struct _FridaRpcPeerIface {
pub parent_iface: GTypeInterface,
pub post_rpc_message: Option<unsafe extern "C" fn(self_: *mut FridaRpcPeer, json: *const gchar, cancellable: *mut GCancellable, callback: GAsyncReadyCallback, user_data: gpointer)>,
pub post_rpc_message_finish: Option<unsafe extern "C" fn(self_: *mut FridaRpcPeer, result: *mut GAsyncResult, error: *mut *mut GError)>,
}Fields§
§parent_iface: GTypeInterface§post_rpc_message: Option<unsafe extern "C" fn(self_: *mut FridaRpcPeer, json: *const gchar, cancellable: *mut GCancellable, callback: GAsyncReadyCallback, user_data: gpointer)>§post_rpc_message_finish: Option<unsafe extern "C" fn(self_: *mut FridaRpcPeer, result: *mut GAsyncResult, error: *mut *mut GError)>Trait Implementations§
source§impl Clone for _FridaRpcPeerIface
impl Clone for _FridaRpcPeerIface
source§fn clone(&self) -> _FridaRpcPeerIface
fn clone(&self) -> _FridaRpcPeerIface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more