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