Union gobject_sys::GValue_data
source · #[repr(C)]
pub union GValue_data {
pub v_int: c_int,
pub v_uint: c_uint,
pub v_long: c_long,
pub v_ulong: c_ulong,
pub v_int64: i64,
pub v_uint64: u64,
pub v_float: c_float,
pub v_double: c_double,
pub v_pointer: gpointer,
}
Fields§
§v_int: c_int
§v_uint: c_uint
§v_long: c_long
§v_ulong: c_ulong
§v_int64: i64
§v_uint64: u64
§v_float: c_float
§v_double: c_double
§v_pointer: gpointer
Trait Implementations§
source§impl Clone for GValue_data
impl Clone for GValue_data
source§fn clone(&self) -> GValue_data
fn clone(&self) -> GValue_data
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