Struct gtk_sys::GtkScale [−][src]
#[repr(C)]pub struct GtkScale { pub range: GtkRange, pub priv_: *mut GtkScalePrivate, }
Fields
range: GtkRange
priv_: *mut GtkScalePrivate
Trait Implementations
impl Copy for GtkScale[src]
impl Copy for GtkScaleimpl Clone for GtkScale[src]
impl Clone for GtkScalefn clone(&self) -> GtkScale[src]
fn clone(&self) -> GtkScaleReturns 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 GtkScale[src]
impl Debug for GtkScale