Struct frida_sys::_GInitableIface
source · #[repr(C)]pub struct _GInitableIface {
pub g_iface: GTypeInterface,
pub init: Option<unsafe extern "C" fn(initable: *mut GInitable, cancellable: *mut GCancellable, error: *mut *mut GError) -> gboolean>,
}Fields§
§g_iface: GTypeInterface§init: Option<unsafe extern "C" fn(initable: *mut GInitable, cancellable: *mut GCancellable, error: *mut *mut GError) -> gboolean>Trait Implementations§
source§impl Clone for _GInitableIface
impl Clone for _GInitableIface
source§fn clone(&self) -> _GInitableIface
fn clone(&self) -> _GInitableIface
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