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 Copy for GtkAdjustmentimpl Clone for GtkAdjustment[src]
impl Clone for GtkAdjustmentfn clone(&self) -> GtkAdjustment[src]
fn clone(&self) -> GtkAdjustmentReturns 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 GtkAdjustment[src]
impl Debug for GtkAdjustmentAuto Trait Implementations
impl !Send for GtkAdjustment
impl !Send for GtkAdjustmentimpl !Sync for GtkAdjustment
impl !Sync for GtkAdjustment