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 Copy for GtkScaleButton
impl Clone for GtkScaleButton
[src]
impl Clone for GtkScaleButton
fn clone(&self) -> GtkScaleButton
[src]
fn clone(&self) -> GtkScaleButton
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GtkScaleButton
[src]
impl Debug for GtkScaleButton
Auto Trait Implementations
impl !Send for GtkScaleButton
impl !Send for GtkScaleButton
impl !Sync for GtkScaleButton
impl !Sync for GtkScaleButton