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