#[repr(C)]pub struct _GInitableIface {
pub g_iface: GTypeInterface,
pub init: Option<unsafe extern "C" fn(initable: *mut GInitable, cancellable: *mut GCancellable, error: *mut *mut GError) -> gboolean>,
}Fields§
§g_iface: GTypeInterface§init: Option<unsafe extern "C" fn(initable: *mut GInitable, cancellable: *mut GCancellable, error: *mut *mut GError) -> gboolean>Trait Implementations§
Auto Trait Implementations§
impl Freeze for _GInitableIface
impl RefUnwindSafe for _GInitableIface
impl Send for _GInitableIface
impl Sync for _GInitableIface
impl Unpin for _GInitableIface
impl UnwindSafe for _GInitableIface
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