Struct gtk4_sys::GtkFixedClass
source · #[repr(C)]pub struct GtkFixedClass {
pub parent_class: GtkWidgetClass,
pub padding: [gpointer; 8],
}Fields§
§parent_class: GtkWidgetClass§padding: [gpointer; 8]Trait Implementations§
source§impl Clone for GtkFixedClass
impl Clone for GtkFixedClass
source§fn clone(&self) -> GtkFixedClass
fn clone(&self) -> GtkFixedClass
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