Struct gtk_sys::GtkSpinButton [−][src]
#[repr(C)]pub struct GtkSpinButton { pub entry: GtkEntry, pub priv_: *mut GtkSpinButtonPrivate, }
Fields
entry: GtkEntrypriv_: *mut GtkSpinButtonPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkSpinButtonimpl !Send for GtkSpinButtonimpl !Sync for GtkSpinButtonimpl Unpin for GtkSpinButtonimpl UnwindSafe for GtkSpinButtonBlanket Implementations
Mutably borrows from an owned value. Read more