Struct gobject_sys::GTypePluginClass
source · [−]#[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
Auto Trait Implementations
impl RefUnwindSafe for GTypePluginClass
impl Send for GTypePluginClass
impl Sync for GTypePluginClass
impl Unpin for GTypePluginClass
impl UnwindSafe for GTypePluginClass
Blanket Implementations
Mutably borrows from an owned value. Read more