Struct gobject_sys::GInterfaceInfo
source · #[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§
source§impl Clone for GInterfaceInfo
impl Clone for GInterfaceInfo
source§fn clone(&self) -> GInterfaceInfo
fn clone(&self) -> GInterfaceInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more