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