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

Trait Implementations

impl Copy for GTypePluginClass
[src]

impl Clone for GTypePluginClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GTypePluginClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GTypePluginClass

impl Sync for GTypePluginClass