Struct vips_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 Debug for _GTypePluginClass
[src]
impl Debug for _GTypePluginClass
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for _GTypePluginClass
[src]
impl Copy for _GTypePluginClass
impl Clone for _GTypePluginClass
[src]
impl Clone for _GTypePluginClass
fn clone(&self) -> _GTypePluginClass
[src]
fn clone(&self) -> _GTypePluginClass
Returns 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
Auto Trait Implementations
impl Send for _GTypePluginClass
impl Send for _GTypePluginClass
impl Sync for _GTypePluginClass
impl Sync for _GTypePluginClass