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

Trait Implementations

impl Clone for GVariantClass
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GVariantClass
[src]

impl Debug for GVariantClass
[src]

[]

Formats the value using the given formatter.

impl Eq for GVariantClass
[src]

impl PartialEq for GVariantClass
[src]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.