Struct gtk_sys::GtkFlowBoxChild
source · [−]#[repr(C)]pub struct GtkFlowBoxChild {
pub parent_instance: GtkBin,
}
Fields
parent_instance: GtkBin
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