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: GTypeInterfaceinit: Option<unsafe extern "C" fn(_: *mut GInitable, _: *mut GCancellable, _: *mut *mut GError) -> gboolean>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GInitableIfaceimpl Send for GInitableIfaceimpl Sync for GInitableIfaceimpl Unpin for GInitableIfaceimpl UnwindSafe for GInitableIfaceBlanket Implementations
Mutably borrows from an owned value. Read more