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
long_data: c_long
double_data: c_double
string_data: *mut c_char
Trait Implementations
impl Copy for GtkBindingArg_d
[src]
impl Copy for GtkBindingArg_d
impl Clone for GtkBindingArg_d
[src]
impl Clone for GtkBindingArg_d
fn clone(&self) -> GtkBindingArg_d
[src]
fn clone(&self) -> GtkBindingArg_d
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 GtkBindingArg_d
[src]
impl Debug for GtkBindingArg_d
Auto Trait Implementations
impl !Send for GtkBindingArg_d
impl !Send for GtkBindingArg_d
impl !Sync for GtkBindingArg_d
impl !Sync for GtkBindingArg_d