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