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