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
Auto Trait Implementations
impl RefUnwindSafe for GtkBindingArg_d
impl !Send for GtkBindingArg_d
impl !Sync for GtkBindingArg_d
impl Unpin for GtkBindingArg_d
impl UnwindSafe for GtkBindingArg_d
Blanket Implementations
Mutably borrows from an owned value. Read more