Struct frida_sys::_GAsyncInitableIface
source · #[repr(C)]pub struct _GAsyncInitableIface {
pub g_iface: GTypeInterface,
pub init_async: Option<unsafe extern "C" fn(initable: *mut GAsyncInitable, io_priority: c_int, cancellable: *mut GCancellable, callback: GAsyncReadyCallback, user_data: gpointer)>,
pub init_finish: Option<unsafe extern "C" fn(initable: *mut GAsyncInitable, res: *mut GAsyncResult, error: *mut *mut GError) -> gboolean>,
}Fields§
§g_iface: GTypeInterface§init_async: Option<unsafe extern "C" fn(initable: *mut GAsyncInitable, io_priority: c_int, cancellable: *mut GCancellable, callback: GAsyncReadyCallback, user_data: gpointer)>§init_finish: Option<unsafe extern "C" fn(initable: *mut GAsyncInitable, res: *mut GAsyncResult, error: *mut *mut GError) -> gboolean>Trait Implementations§
source§impl Clone for _GAsyncInitableIface
impl Clone for _GAsyncInitableIface
source§fn clone(&self) -> _GAsyncInitableIface
fn clone(&self) -> _GAsyncInitableIface
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