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