Struct gtk4_sys::GtkAdjustment
source · #[repr(C)]pub struct GtkAdjustment {
pub parent_instance: GInitiallyUnowned,
}
Fields§
§parent_instance: GInitiallyUnowned
Trait Implementations§
source§impl Clone for GtkAdjustment
impl Clone for GtkAdjustment
source§fn clone(&self) -> GtkAdjustment
fn clone(&self) -> GtkAdjustment
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more