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