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