Union gobject_sys::GValue_data[][src]

#[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

Trait Implementations

impl Copy for GValue_data
[src]

impl Clone for GValue_data
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GValue_data
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GValue_data

impl !Sync for GValue_data