Struct gtk_sys::GtkSpinButton
[−]
[src]
#[repr(C)]pub struct GtkSpinButton { pub entry: GtkEntry, pub priv_: *mut GtkSpinButtonPrivate, }
Fields
entry: GtkEntry
priv_: *mut GtkSpinButtonPrivate
Trait Implementations
impl Copy for GtkSpinButton
[src]
impl Clone for GtkSpinButton
[src]
fn clone(&self) -> GtkSpinButton
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more