pub type GVariantType = _GVariantType;
Expand description
GVariantType:
A type in the GVariant type system.
Two types may not be compared by value; use g_variant_type_equal() or g_variant_type_is_subtype_of(). May be copied using g_variant_type_copy() and freed using g_variant_type_free().
Aliased Type§
struct GVariantType { /* private fields */ }
Trait Implementations
Source§impl Clone for _GVariantType
impl Clone for _GVariantType
Source§fn clone(&self) -> _GVariantType
fn clone(&self) -> _GVariantType
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