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