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