Struct glib_sys::GVariantBuilder_u_s
source · #[repr(C)]pub struct GVariantBuilder_u_s {
pub partial_magic: size_t,
pub type_: *const GVariantType,
pub y: [size_t; 14],
}
Fields§
§partial_magic: size_t
§type_: *const GVariantType
§y: [size_t; 14]
Trait Implementations§
source§impl Clone for GVariantBuilder_u_s
impl Clone for GVariantBuilder_u_s
source§fn clone(&self) -> GVariantBuilder_u_s
fn clone(&self) -> GVariantBuilder_u_s
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