Struct gobject_sys::GObject [] [src]

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

Fields

Trait Implementations

impl Copy for GObject
[src]

impl Clone for GObject
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GObject
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GObject

impl !Sync for GObject