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 GtkScale
impl Clone for GtkScale
[src]
impl Clone for GtkScale
fn clone(&self) -> GtkScale
[src]
fn clone(&self) -> GtkScale
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 GtkScale
[src]
impl Debug for GtkScale