Struct libvips_rs::bindings::_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§
source§impl Clone for _GTypePluginClass
impl Clone for _GTypePluginClass
source§fn clone(&self) -> _GTypePluginClass
fn clone(&self) -> _GTypePluginClass
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _GTypePluginClass
impl Debug for _GTypePluginClass
source§impl PartialEq<_GTypePluginClass> for _GTypePluginClass
impl PartialEq<_GTypePluginClass> for _GTypePluginClass
source§fn eq(&self, other: &_GTypePluginClass) -> bool
fn eq(&self, other: &_GTypePluginClass) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _GTypePluginClass
impl Eq for _GTypePluginClass
impl StructuralEq for _GTypePluginClass
impl StructuralPartialEq for _GTypePluginClass
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more