Union gobject_sys::GTypeCValue [−][src]
#[repr(C)]pub union GTypeCValue { pub v_int: c_int, pub v_long: c_long, pub v_int64: i64, pub v_double: c_double, pub v_pointer: gpointer, }
Fields
v_int: c_int
v_long: c_long
v_int64: i64
v_double: c_double
v_pointer: gpointer
Trait Implementations
impl Copy for GTypeCValue
[src]
impl Copy for GTypeCValue
impl Clone for GTypeCValue
[src]
impl Clone for GTypeCValue
fn clone(&self) -> GTypeCValue
[src]
fn clone(&self) -> GTypeCValue
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 GTypeCValue
[src]
impl Debug for GTypeCValue
Auto Trait Implementations
impl !Send for GTypeCValue
impl !Send for GTypeCValue
impl !Sync for GTypeCValue
impl !Sync for GTypeCValue