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