Struct gobject_sys::GTypeModule[][src]

#[repr(C)]
pub struct GTypeModule { pub parent_instance: GObject, pub use_count: c_uint, pub type_infos: *mut GSList, pub interface_infos: *mut GSList, pub name: *mut c_char, }

Fields

Trait Implementations

impl Copy for GTypeModule
[src]

impl Clone for GTypeModule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GTypeModule
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GTypeModule

impl !Sync for GTypeModule