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