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