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