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