Struct gtk_sys::GtkBindingArg [−][src]
#[repr(C)]pub struct GtkBindingArg { pub arg_type: GType, pub d: GtkBindingArg_d, }
Fields
arg_type: GType
d: GtkBindingArg_d
Trait Implementations
impl Copy for GtkBindingArg[src]
impl Copy for GtkBindingArgimpl Clone for GtkBindingArg[src]
impl Clone for GtkBindingArgfn clone(&self) -> GtkBindingArg[src]
fn clone(&self) -> GtkBindingArgReturns 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[src]
impl Debug for GtkBindingArgAuto Trait Implementations
impl !Send for GtkBindingArg
impl !Send for GtkBindingArgimpl !Sync for GtkBindingArg
impl !Sync for GtkBindingArg