Struct frida_sys::_GLoadableIconIface
source · #[repr(C)]pub struct _GLoadableIconIface {
pub g_iface: GTypeInterface,
pub load: Option<unsafe extern "C" fn(icon: *mut GLoadableIcon, size: c_int, type_: *mut *mut c_char, cancellable: *mut GCancellable, error: *mut *mut GError) -> *mut GInputStream>,
pub load_async: Option<unsafe extern "C" fn(icon: *mut GLoadableIcon, size: c_int, cancellable: *mut GCancellable, callback: GAsyncReadyCallback, user_data: gpointer)>,
pub load_finish: Option<unsafe extern "C" fn(icon: *mut GLoadableIcon, res: *mut GAsyncResult, type_: *mut *mut c_char, error: *mut *mut GError) -> *mut GInputStream>,
}Fields§
§g_iface: GTypeInterface§load: Option<unsafe extern "C" fn(icon: *mut GLoadableIcon, size: c_int, type_: *mut *mut c_char, cancellable: *mut GCancellable, error: *mut *mut GError) -> *mut GInputStream>§load_async: Option<unsafe extern "C" fn(icon: *mut GLoadableIcon, size: c_int, cancellable: *mut GCancellable, callback: GAsyncReadyCallback, user_data: gpointer)>§load_finish: Option<unsafe extern "C" fn(icon: *mut GLoadableIcon, res: *mut GAsyncResult, type_: *mut *mut c_char, error: *mut *mut GError) -> *mut GInputStream>Trait Implementations§
source§impl Clone for _GLoadableIconIface
impl Clone for _GLoadableIconIface
source§fn clone(&self) -> _GLoadableIconIface
fn clone(&self) -> _GLoadableIconIface
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