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 Copy for GtkRangeimpl Clone for GtkRange[src]
impl Clone for GtkRangefn clone(&self) -> GtkRange[src]
fn clone(&self) -> GtkRangeReturns 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 GtkRange[src]
impl Debug for GtkRange