Struct gst::ffi::Struct__GTypePluginClass[][src]

#[repr(C)]
pub struct 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 Default for Struct__GTypePluginClass
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Struct__GTypePluginClass

impl Sync for Struct__GTypePluginClass