#[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§
Source§impl Clone for GAsyncInitableIface
impl Clone for GAsyncInitableIface
Source§fn clone(&self) -> GAsyncInitableIface
fn clone(&self) -> GAsyncInitableIface
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 moreSource§impl Debug for GAsyncInitableIface
impl Debug for GAsyncInitableIface
impl Copy for GAsyncInitableIface
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)