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 Clone for GtkGrid
[src]
fn clone(&self) -> GtkGrid
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more