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