Struct gobject_sys::GInitiallyUnowned
[−]
[src]
#[repr(C)]pub struct GInitiallyUnowned { pub g_type_instance: GTypeInstance, pub ref_count: Volatile<c_uint>, pub qdata: *mut GData, }
Fields
g_type_instance: GTypeInstance
ref_count: Volatile<c_uint>
qdata: *mut GData
Trait Implementations
impl Copy for GInitiallyUnowned[src]
impl Clone for GInitiallyUnowned[src]
fn clone(&self) -> GInitiallyUnowned[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