Struct gtk4_sys::GtkAdjustment [−][src]
#[repr(C)]pub struct GtkAdjustment {
pub parent_instance: GInitiallyUnowned,
}
Fields
parent_instance: GInitiallyUnowned
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