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
Auto Trait Implementations
impl RefUnwindSafe for GtkSpinButton
impl !Send for GtkSpinButton
impl !Sync for GtkSpinButton
impl Unpin for GtkSpinButton
impl UnwindSafe for GtkSpinButton
Blanket Implementations
Mutably borrows from an owned value. Read more