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