Struct gtk4_sys::GtkScaleButton [−][src]
#[repr(C)]pub struct GtkScaleButton {
pub parent_instance: GtkWidget,
}
Fields
parent_instance: GtkWidget
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