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