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 moresource§impl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more