Struct gtk_sys::GtkScaleButton [−][src]
#[repr(C)]pub struct GtkScaleButton { pub parent: GtkButton, pub priv_: *mut GtkScaleButtonPrivate, }
Fields
parent: GtkButtonpriv_: *mut GtkScaleButtonPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkScaleButtonimpl !Send for GtkScaleButtonimpl !Sync for GtkScaleButtonimpl Unpin for GtkScaleButtonimpl UnwindSafe for GtkScaleButtonBlanket Implementations
Mutably borrows from an owned value. Read more