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