Struct gobject_sys::GTypeInterface
[−]
[src]
#[repr(C)]pub struct GTypeInterface { pub g_type: GType, pub g_instance_type: GType, }
Fields
g_type: GType
g_instance_type: GType
Trait Implementations
impl Copy for GTypeInterface[src]
impl Clone for GTypeInterface[src]
fn clone(&self) -> GTypeInterface[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more