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
Auto Trait Implementations
impl RefUnwindSafe for GtkNumerableIconClass
impl !Send for GtkNumerableIconClass
impl !Sync for GtkNumerableIconClass
impl Unpin for GtkNumerableIconClass
impl UnwindSafe for GtkNumerableIconClass
Blanket Implementations
Mutably borrows from an owned value. Read more