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: GTypeInterfaceuse_plugin: GTypePluginUseunuse_plugin: GTypePluginUnusecomplete_type_info: GTypePluginCompleteTypeInfocomplete_interface_info: GTypePluginCompleteInterfaceInfoTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GTypePluginClassimpl Send for GTypePluginClassimpl Sync for GTypePluginClassimpl Unpin for GTypePluginClassimpl UnwindSafe for GTypePluginClassBlanket Implementations
Mutably borrows from an owned value. Read more