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
sourceimpl Clone for GTypePluginClass
impl Clone for GTypePluginClass
sourcefn clone(&self) -> GTypePluginClass
fn clone(&self) -> GTypePluginClass
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more