Struct gtk_sys::GtkFlowBoxChild
[−]
[src]
#[repr(C)]pub struct GtkFlowBoxChild { pub parent_instance: GtkBin, }
Fields
parent_instance: GtkBin
Trait Implementations
impl Copy for GtkFlowBoxChild
[src]
impl Clone for GtkFlowBoxChild
[src]
fn clone(&self) -> GtkFlowBoxChild
[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