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