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