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

Trait Implementations

impl Copy for GInitableIface
[src]

impl Clone for GInitableIface
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GInitableIface
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations