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
impl Copy for GInitableIface
[src]
impl Copy for GInitableIface
impl Clone for GInitableIface
[src]
impl Clone for GInitableIface
fn clone(&self) -> GInitableIface
[src]
fn clone(&self) -> GInitableIface
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GInitableIface
[src]
impl Debug for GInitableIface
Auto Trait Implementations
impl Send for GInitableIface
impl Send for GInitableIface
impl Sync for GInitableIface
impl Sync for GInitableIface