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

Trait Implementations

impl Copy for GTypeQuery
[src]

impl Clone for GTypeQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GTypeQuery
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GTypeQuery

impl !Sync for GTypeQuery