Struct libappindicator_sys::_GObject
source · [−]#[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 !Send for _GObject
impl !Sync for _GObject
impl Unpin for _GObject
impl UnwindSafe for _GObject
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more