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 Copy for GtkSpinButtonimpl Clone for GtkSpinButton[src]
impl Clone for GtkSpinButtonfn clone(&self) -> GtkSpinButton[src]
fn clone(&self) -> GtkSpinButtonReturns 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 GtkSpinButton[src]
impl Debug for GtkSpinButtonAuto Trait Implementations
impl !Send for GtkSpinButton
impl !Send for GtkSpinButtonimpl !Sync for GtkSpinButton
impl !Sync for GtkSpinButton