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