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