Struct gtk_sys::GtkFlowBox
[−]
[src]
#[repr(C)]pub struct GtkFlowBox { pub container: GtkContainer, }
Fields
container: GtkContainer
Trait Implementations
impl Copy for GtkFlowBox
[src]
impl Clone for GtkFlowBox
[src]
fn clone(&self) -> GtkFlowBox
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more