Struct gtk_sys::GtkSpinButton [] [src]

#[repr(C)]
pub struct GtkSpinButton { pub entry: GtkEntry, pub priv_: *mut GtkSpinButtonPrivate, }

Fields

Trait Implementations

impl Copy for GtkSpinButton
[src]

impl Clone for GtkSpinButton
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkSpinButton
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkSpinButton

impl !Sync for GtkSpinButton