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