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
Auto Trait Implementations
impl RefUnwindSafe for GtkAdjustment
impl !Send for GtkAdjustment
impl !Sync for GtkAdjustment
impl Unpin for GtkAdjustment
impl UnwindSafe for GtkAdjustment
Blanket Implementations
Mutably borrows from an owned value. Read more