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