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