Struct gtk_sys::GtkTable[][src]

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

Fields

Trait Implementations

impl Copy for GtkTable
[src]

impl Clone for GtkTable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkTable
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkTable

impl !Sync for GtkTable