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