Struct gio_sys::GAsyncInitableIface [−][src]
#[repr(C)]pub struct GAsyncInitableIface { pub g_iface: GTypeInterface, pub init_async: Option<unsafe extern "C" fn(_: *mut GAsyncInitable, _: c_int, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>, pub init_finish: Option<unsafe extern "C" fn(_: *mut GAsyncInitable, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>, }
Fields
g_iface: GTypeInterface
init_async: Option<unsafe extern "C" fn(_: *mut GAsyncInitable, _: c_int, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>
init_finish: Option<unsafe extern "C" fn(_: *mut GAsyncInitable, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>
Trait Implementations
impl Copy for GAsyncInitableIface
[src]
impl Copy for GAsyncInitableIface
impl Clone for GAsyncInitableIface
[src]
impl Clone for GAsyncInitableIface
fn clone(&self) -> GAsyncInitableIface
[src]
fn clone(&self) -> GAsyncInitableIface
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 GAsyncInitableIface
[src]
impl Debug for GAsyncInitableIface
Auto Trait Implementations
impl Send for GAsyncInitableIface
impl Send for GAsyncInitableIface
impl Sync for GAsyncInitableIface
impl Sync for GAsyncInitableIface