#[repr(C)]pub struct _GObject {
pub g_type_instance: GTypeInstance,
pub ref_count: guint,
pub qdata: *mut GData,
}
Fields§
§g_type_instance: GTypeInstance
§ref_count: guint
§qdata: *mut GData
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _GObject
impl RefUnwindSafe for _GObject
impl !Send for _GObject
impl !Sync for _GObject
impl Unpin for _GObject
impl UnwindSafe for _GObject
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more