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
BooleanByteInt16Uint16Int32Uint32Int64Uint64HandleDoubleStringObjectPathSignatureVariantMaybeArrayTupleDictEntryTrait Implementations
impl Clone for GVariantClass[src]
fn clone(&self) -> GVariantClass
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more