Struct vips_sys::_GTypeModule [−][src]
#[repr(C)]pub struct _GTypeModule { pub parent_instance: GObject, pub use_count: guint, pub type_infos: *mut GSList, pub interface_infos: *mut GSList, pub name: *mut gchar, }
Fields
parent_instance: GObject
use_count: guint
type_infos: *mut GSList
interface_infos: *mut GSList
name: *mut gchar
Trait Implementations
impl Debug for _GTypeModule
[src]
impl Debug for _GTypeModule
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for _GTypeModule
[src]
impl Copy for _GTypeModule
impl Clone for _GTypeModule
[src]
impl Clone for _GTypeModule
fn clone(&self) -> _GTypeModule
[src]
fn clone(&self) -> _GTypeModule
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
Auto Trait Implementations
impl !Send for _GTypeModule
impl !Send for _GTypeModule
impl !Sync for _GTypeModule
impl !Sync for _GTypeModule