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 GInitiallyUnowned
impl Clone for GInitiallyUnowned
[src]
impl Clone for GInitiallyUnowned
fn clone(&self) -> GInitiallyUnowned
[src]
fn clone(&self) -> GInitiallyUnowned
Returns 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 GInitiallyUnowned
Auto Trait Implementations
impl !Send for GInitiallyUnowned
impl !Send for GInitiallyUnowned
impl !Sync for GInitiallyUnowned
impl !Sync for GInitiallyUnowned