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