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