Struct gtk4_sys::GtkFixedClass [−][src]
#[repr(C)]pub struct GtkFixedClass {
pub parent_class: GtkWidgetClass,
pub padding: [gpointer; 8],
}
Fields
parent_class: GtkWidgetClass
padding: [gpointer; 8]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkFixedClass
impl !Send for GtkFixedClass
impl !Sync for GtkFixedClass
impl Unpin for GtkFixedClass
impl UnwindSafe for GtkFixedClass
Blanket Implementations
Mutably borrows from an owned value. Read more