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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkLayout
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkLayout

impl !Sync for GtkLayout