Struct gtk_sys::GtkAdjustment[][src]

#[repr(C)]
pub struct GtkAdjustment { pub parent_instance: GInitiallyUnowned, pub priv_: *mut GtkAdjustmentPrivate, }

Fields

Trait Implementations

impl Copy for GtkAdjustment
[src]

impl Clone for GtkAdjustment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkAdjustment
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkAdjustment

impl !Sync for GtkAdjustment