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 Clone for GTypeCValue
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GTypeCValue
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GTypeCValue

impl !Sync for GTypeCValue