pub type GTypeModule = _GTypeModule;
Expand description
GTypeModule: @name: the name of the module
The members of the GTypeModule structure should not be accessed directly, except for the @name field.
Aliased Type§
struct GTypeModule {
pub parent_instance: _GObject,
pub use_count: u32,
pub type_infos: *mut _GSList,
pub interface_infos: *mut _GSList,
pub name: *mut i8,
}
Fields§
§parent_instance: _GObject
§use_count: u32
§type_infos: *mut _GSList
§interface_infos: *mut _GSList
§name: *mut i8
Trait Implementations
Source§impl Clone for _GTypeModule
impl Clone for _GTypeModule
Source§fn clone(&self) -> _GTypeModule
fn clone(&self) -> _GTypeModule
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more