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