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