Struct libappindicator_sys::_GTypeClass
source · #[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: GTypeTrait Implementations§
source§impl Clone for _GTypeClass
impl Clone for _GTypeClass
source§fn clone(&self) -> _GTypeClass
fn clone(&self) -> _GTypeClass
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 more