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 GtkGrid
impl Clone for GtkGrid
[src]
impl Clone for GtkGrid
fn clone(&self) -> GtkGrid
[src]
fn clone(&self) -> GtkGrid
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 GtkGrid
[src]
impl Debug for GtkGrid