Enum glib_sys::GVariantClass
[−]
[src]
#[repr(C)]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
impl Clone for GVariantClass
[src]
fn clone(&self) -> GVariantClass
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for GVariantClass
[src]
impl Debug for GVariantClass
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more