Struct gobject_sys::GObject[][src]

#[repr(C)]
pub struct GObject { pub g_type_instance: GTypeInstance, pub ref_count: c_uint, pub qdata: *mut GData, }

Fields

Trait Implementations

impl Copy for GObject
[src]

impl Clone for GObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GObject
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GObject

impl !Sync for GObject