Struct gobject_sys::GTypeInstance [−][src]
#[repr(C)]pub struct GTypeInstance { pub g_class: *mut GTypeClass, }
Fields
g_class: *mut GTypeClass
Trait Implementations
impl Copy for GTypeInstance[src]
impl Copy for GTypeInstanceimpl Clone for GTypeInstance[src]
impl Clone for GTypeInstancefn clone(&self) -> GTypeInstance[src]
fn clone(&self) -> GTypeInstanceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GTypeInstance[src]
impl Debug for GTypeInstanceAuto Trait Implementations
impl !Send for GTypeInstance
impl !Send for GTypeInstanceimpl !Sync for GTypeInstance
impl !Sync for GTypeInstance