Struct gio_sys::GInitableIface [−][src]
#[repr(C)]pub struct GInitableIface { pub g_iface: GTypeInterface, pub init: Option<unsafe extern "C" fn(_: *mut GInitable, _: *mut GCancellable, _: *mut *mut GError) -> gboolean>, }
Fields
g_iface: GTypeInterface
init: Option<unsafe extern "C" fn(_: *mut GInitable, _: *mut GCancellable, _: *mut *mut GError) -> gboolean>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GInitableIface
impl Send for GInitableIface
impl Sync for GInitableIface
impl Unpin for GInitableIface
impl UnwindSafe for GInitableIface
Blanket Implementations
Mutably borrows from an owned value. Read more