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 GTypeInstance
impl Clone for GTypeInstance
[src]
impl Clone for GTypeInstance
fn clone(&self) -> GTypeInstance
[src]
fn clone(&self) -> GTypeInstance
Returns 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 GTypeInstance
Auto Trait Implementations
impl !Send for GTypeInstance
impl !Send for GTypeInstance
impl !Sync for GTypeInstance
impl !Sync for GTypeInstance