Struct gtk_sys::GtkLayout[][src]

#[repr(C)]
pub struct GtkLayout { pub container: GtkContainer, pub priv_: *mut GtkLayoutPrivate, }

Fields

Trait Implementations

impl Copy for GtkLayout
[src]

impl Clone for GtkLayout
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkLayout
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkLayout

impl !Sync for GtkLayout