Struct gobject_sys::GTypeQuery [−][src]
#[repr(C)]pub struct GTypeQuery { pub type_: GType, pub type_name: *const c_char, pub class_size: c_uint, pub instance_size: c_uint, }
Fields
type_: GType
type_name: *const c_char
class_size: c_uint
instance_size: c_uint
Trait Implementations
impl Copy for GTypeQuery
[src]
impl Copy for GTypeQuery
impl Clone for GTypeQuery
[src]
impl Clone for GTypeQuery
fn clone(&self) -> GTypeQuery
[src]
fn clone(&self) -> GTypeQuery
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 GTypeQuery
[src]
impl Debug for GTypeQuery
Auto Trait Implementations
impl !Send for GTypeQuery
impl !Send for GTypeQuery
impl !Sync for GTypeQuery
impl !Sync for GTypeQuery