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 Copy for GtkBin
impl Clone for GtkBin
[src]
impl Clone for GtkBin
fn clone(&self) -> GtkBin
[src]
fn clone(&self) -> GtkBin
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GtkBin
[src]
impl Debug for GtkBin