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