Struct gtk_sys::GtkTable [−][src]
#[repr(C)]pub struct GtkTable { pub container: GtkContainer, pub priv_: *mut GtkTablePrivate, }
Fields
container: GtkContainerpriv_: *mut GtkTablePrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkTableimpl UnwindSafe for GtkTableBlanket Implementations
Mutably borrows from an owned value. Read more