Struct gio_sys::GLoadableIconIface [−][src]
#[repr(C)]pub struct GLoadableIconIface { pub g_iface: GTypeInterface, pub load: Option<unsafe extern "C" fn(_: *mut GLoadableIcon, _: c_int, _: *mut *mut c_char, _: *mut GCancellable, _: *mut *mut GError) -> *mut GInputStream>, pub load_async: Option<unsafe extern "C" fn(_: *mut GLoadableIcon, _: c_int, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>, pub load_finish: Option<unsafe extern "C" fn(_: *mut GLoadableIcon, _: *mut GAsyncResult, _: *mut *mut c_char, _: *mut *mut GError) -> *mut GInputStream>, }
Fields
g_iface: GTypeInterface
load: Option<unsafe extern "C" fn(_: *mut GLoadableIcon, _: c_int, _: *mut *mut c_char, _: *mut GCancellable, _: *mut *mut GError) -> *mut GInputStream>
load_async: Option<unsafe extern "C" fn(_: *mut GLoadableIcon, _: c_int, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>
load_finish: Option<unsafe extern "C" fn(_: *mut GLoadableIcon, _: *mut GAsyncResult, _: *mut *mut c_char, _: *mut *mut GError) -> *mut GInputStream>
Trait Implementations
impl Copy for GLoadableIconIface
[src]
impl Copy for GLoadableIconIface
impl Clone for GLoadableIconIface
[src]
impl Clone for GLoadableIconIface
fn clone(&self) -> GLoadableIconIface
[src]
fn clone(&self) -> GLoadableIconIface
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GLoadableIconIface
[src]
impl Debug for GLoadableIconIface
Auto Trait Implementations
impl Send for GLoadableIconIface
impl Send for GLoadableIconIface
impl Sync for GLoadableIconIface
impl Sync for GLoadableIconIface