Struct gtk_sys::GtkHScale
[−]
[src]
#[repr(C)]pub struct GtkHScale { pub scale: GtkScale, }
Fields
scale: GtkScale
Trait Implementations
impl Copy for GtkHScale
[src]
impl Clone for GtkHScale
[src]
fn clone(&self) -> GtkHScale
[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