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

Trait Implementations

impl Copy for GInitiallyUnowned
[src]

impl Clone for GInitiallyUnowned
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GInitiallyUnowned
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GInitiallyUnowned

impl !Sync for GInitiallyUnowned