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 GtkBinimpl Clone for GtkBin[src]
impl Clone for GtkBinfn clone(&self) -> GtkBin[src]
fn clone(&self) -> GtkBinReturns 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