[][src]Struct gobject_sys::GTypePluginClass

#[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: GTypeInterfaceuse_plugin: GTypePluginUseunuse_plugin: GTypePluginUnusecomplete_type_info: GTypePluginCompleteTypeInfocomplete_interface_info: GTypePluginCompleteInterfaceInfo

Trait Implementations

impl Clone for GTypePluginClass[src]

impl Copy for GTypePluginClass[src]

impl Debug for GTypePluginClass[src]

Auto Trait Implementations

impl Send for GTypePluginClass

impl Unpin for GTypePluginClass

impl Sync for GTypePluginClass

impl UnwindSafe for GTypePluginClass

impl RefUnwindSafe for GTypePluginClass

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]