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

Trait Implementations

impl Copy for GTypeCValue
[src]

impl Clone for GTypeCValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GTypeCValue
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GTypeCValue

impl !Sync for GTypeCValue