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 GtkSpinButton
impl Clone for GtkSpinButton
[src]
impl Clone for GtkSpinButton
fn clone(&self) -> GtkSpinButton
[src]
fn clone(&self) -> GtkSpinButton
Returns 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 GtkSpinButton
Auto Trait Implementations
impl !Send for GtkSpinButton
impl !Send for GtkSpinButton
impl !Sync for GtkSpinButton
impl !Sync for GtkSpinButton