Struct gobject_sys::GInterfaceInfo [−][src]
#[repr(C)]pub struct GInterfaceInfo { pub interface_init: GInterfaceInitFunc, pub interface_finalize: GInterfaceFinalizeFunc, pub interface_data: gpointer, }
Fields
interface_init: GInterfaceInitFunc
interface_finalize: GInterfaceFinalizeFunc
interface_data: gpointer
Trait Implementations
impl Copy for GInterfaceInfo
[src]
impl Copy for GInterfaceInfo
impl Clone for GInterfaceInfo
[src]
impl Clone for GInterfaceInfo
fn clone(&self) -> GInterfaceInfo
[src]
fn clone(&self) -> GInterfaceInfo
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 GInterfaceInfo
[src]
impl Debug for GInterfaceInfo
Auto Trait Implementations
impl !Send for GInterfaceInfo
impl !Send for GInterfaceInfo
impl !Sync for GInterfaceInfo
impl !Sync for GInterfaceInfo