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