Type Alias GVariantType

Source
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

Source§

fn clone(&self) -> _GVariantType

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for _GVariantType

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for _GVariantType