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