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