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]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more

impl Copy for GVariantClass
[src]

impl Debug for GVariantClass
[src]

[src]
[]

Formats the value using the given formatter. Read more

impl Eq for GVariantClass
[src]

impl PartialEq for GVariantClass
[src]

[src]
[]

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

1.0.0
[src]
[]

This method tests for !=.