Struct gtk_sys::GtkHPanedClass
source · #[repr(C)]pub struct GtkHPanedClass {
pub parent_class: GtkPanedClass,
}
Fields§
§parent_class: GtkPanedClass
Trait Implementations§
source§impl Clone for GtkHPanedClass
impl Clone for GtkHPanedClass
source§fn clone(&self) -> GtkHPanedClass
fn clone(&self) -> GtkHPanedClass
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