#[repr(C)]pub struct GAsyncInitableIface {
pub g_iface: GTypeInterface,
pub init_async: Option<extern "C" fn(*mut GAsyncInitable, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub init_finish: Option<extern "C" fn(*mut GAsyncInitable, *mut GAsyncResult, *mut *mut GError) -> gboolean>,
}Fields§
§g_iface: GTypeInterface§init_async: Option<extern "C" fn(*mut GAsyncInitable, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§init_finish: Option<extern "C" fn(*mut GAsyncInitable, *mut GAsyncResult, *mut *mut GError) -> gboolean>Auto Trait Implementations§
impl Freeze for GAsyncInitableIface
impl RefUnwindSafe for GAsyncInitableIface
impl Send for GAsyncInitableIface
impl Sync for GAsyncInitableIface
impl Unpin for GAsyncInitableIface
impl UnwindSafe for GAsyncInitableIface
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more