Union glib_sys::GVariantDict_u
source · #[repr(C)]
pub union GVariantDict_u {
pub s: GVariantDict_u_s,
pub x: [size_t; 16],
}
Fields§
§s: GVariantDict_u_s
§x: [size_t; 16]
Trait Implementations§
source§impl Clone for GVariantDict_u
impl Clone for GVariantDict_u
source§fn clone(&self) -> GVariantDict_u
fn clone(&self) -> GVariantDict_u
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more