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: GTypeInterfaceinit_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
Auto Trait Implementations
impl RefUnwindSafe for GAsyncInitableIfaceimpl Send for GAsyncInitableIfaceimpl Sync for GAsyncInitableIfaceimpl Unpin for GAsyncInitableIfaceimpl UnwindSafe for GAsyncInitableIfaceBlanket Implementations
Mutably borrows from an owned value. Read more