Struct gobject_sys::GInterfaceInfo[][src]

#[repr(C)]
pub struct GInterfaceInfo { pub interface_init: GInterfaceInitFunc, pub interface_finalize: GInterfaceFinalizeFunc, pub interface_data: gpointer, }

Fields

Trait Implementations

impl Copy for GInterfaceInfo
[src]

impl Clone for GInterfaceInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GInterfaceInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GInterfaceInfo

impl !Sync for GInterfaceInfo