Struct gobject_sys::GValue
[−]
[src]
#[repr(C)]pub struct GValue { pub g_type: GType, pub data: [GValue_data; 2], }
Fields
g_type: GType
data: [GValue_data; 2]
Trait Implementations
impl Copy for GValue[src]
impl Clone for GValue[src]
fn clone(&self) -> GValue[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