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