Struct gtk_sys::GtkGrid[][src]

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

Fields

Trait Implementations

impl Copy for GtkGrid
[src]

impl Clone for GtkGrid
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkGrid
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkGrid

impl !Sync for GtkGrid