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
sourceimpl Clone for GtkBindingArg_d
impl Clone for GtkBindingArg_d
sourcefn clone(&self) -> GtkBindingArg_d
fn clone(&self) -> GtkBindingArg_d
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GtkBindingArg_d
impl Debug for GtkBindingArg_d
impl Copy for GtkBindingArg_d
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more