Struct gobject_sys::GTypePluginClass [−][src]
#[repr(C)]pub struct GTypePluginClass { pub base_iface: GTypeInterface, pub use_plugin: GTypePluginUse, pub unuse_plugin: GTypePluginUnuse, pub complete_type_info: GTypePluginCompleteTypeInfo, pub complete_interface_info: GTypePluginCompleteInterfaceInfo, }
Fields
base_iface: GTypeInterface
use_plugin: GTypePluginUse
unuse_plugin: GTypePluginUnuse
complete_type_info: GTypePluginCompleteTypeInfo
complete_interface_info: GTypePluginCompleteInterfaceInfo
Trait Implementations
impl Copy for GTypePluginClass[src]
impl Copy for GTypePluginClassimpl Clone for GTypePluginClass[src]
impl Clone for GTypePluginClassfn clone(&self) -> GTypePluginClass[src]
fn clone(&self) -> GTypePluginClassReturns 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 GTypePluginClass[src]
impl Debug for GTypePluginClassAuto Trait Implementations
impl Send for GTypePluginClass
impl Send for GTypePluginClassimpl Sync for GTypePluginClass
impl Sync for GTypePluginClass