Union gtk_sys::GtkBindingArg_d[][src]

#[repr(C)]
pub union GtkBindingArg_d { pub long_data: c_long, pub double_data: c_double, pub string_data: *mut c_char, }

Fields

Trait Implementations

impl Copy for GtkBindingArg_d
[src]

impl Clone for GtkBindingArg_d
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkBindingArg_d
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations