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 GInterfaceInfoimpl Clone for GInterfaceInfo[src]
impl Clone for GInterfaceInfofn clone(&self) -> GInterfaceInfo[src]
fn clone(&self) -> GInterfaceInfoReturns 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 GInterfaceInfoAuto Trait Implementations
impl !Send for GInterfaceInfo
impl !Send for GInterfaceInfoimpl !Sync for GInterfaceInfo
impl !Sync for GInterfaceInfo