Struct libappindicator_sys::_GObject [−][src]
#[repr(C)]pub struct _GObject {
pub g_type_instance: GTypeInstance,
pub ref_count: guint,
pub qdata: *mut GData,
}
Expand description
GObject:
All the fields in the GObject structure are private to the #GObject implementation and should never be accessed directly.
Fields
g_type_instance: GTypeInstance
ref_count: guint
qdata: *mut GData
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _GObject
impl UnwindSafe for _GObject
Blanket Implementations
Mutably borrows from an owned value. Read more