Enum glib_sys::GVariantClass [] [src]

pub enum GVariantClass {
    Boolean,
    Byte,
    Int16,
    Uint16,
    Int32,
    Uint32,
    Int64,
    Uint64,
    Handle,
    Double,
    String,
    ObjectPath,
    Signature,
    Variant,
    Maybe,
    Array,
    Tuple,
    DictEntry,
}

Variants

Boolean
Byte
Int16
Uint16
Int32
Uint32
Int64
Uint64
Handle
Double
String
ObjectPath
Signature
Variant
Maybe
Array
Tuple
DictEntry

Trait Implementations

Derived Implementations

impl PartialEq for GVariantClass

fn eq(&self, __arg_0: &GVariantClass) -> bool

fn ne(&self, __arg_0: &GVariantClass) -> bool

impl Eq for GVariantClass

impl Debug for GVariantClass

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for GVariantClass

impl Clone for GVariantClass

fn clone(&self) -> GVariantClass

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