Union gtk_sys::GtkBindingArg_d
source · #[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§
source§impl Clone for GtkBindingArg_d
impl Clone for GtkBindingArg_d
source§fn clone(&self) -> GtkBindingArg_d
fn clone(&self) -> GtkBindingArg_d
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more