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