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