Struct libappindicator_sys::_GTypeClass [−][src]
#[repr(C)]pub struct _GTypeClass {
pub g_type: GType,
}
Expand description
GTypeClass:
An opaque structure used as the base of all classes.
Fields
g_type: GType
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _GTypeClass
impl Send for _GTypeClass
impl Sync for _GTypeClass
impl Unpin for _GTypeClass
impl UnwindSafe for _GTypeClass
Blanket Implementations
Mutably borrows from an owned value. Read more