Struct gtk_sys::GtkScaleButton
[−]
[src]
#[repr(C)]pub struct GtkScaleButton { pub parent: GtkButton, pub priv_: *mut GtkScaleButtonPrivate, }
Fields
parent: GtkButton
priv_: *mut GtkScaleButtonPrivate
Trait Implementations
impl Copy for GtkScaleButton
[src]
impl Clone for GtkScaleButton
[src]
fn clone(&self) -> GtkScaleButton
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more