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§
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
impl Copy 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