Struct gtk_sys::GtkAdjustment [−][src]
#[repr(C)]pub struct GtkAdjustment { pub parent_instance: GInitiallyUnowned, pub priv_: *mut GtkAdjustmentPrivate, }
Fields
parent_instance: GInitiallyUnownedpriv_: *mut GtkAdjustmentPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkAdjustmentimpl !Send for GtkAdjustmentimpl !Sync for GtkAdjustmentimpl Unpin for GtkAdjustmentimpl UnwindSafe for GtkAdjustmentBlanket Implementations
Mutably borrows from an owned value. Read more