#[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 !Send for GtkBin
impl !Sync for GtkBin
impl Unpin for GtkBin
impl UnwindSafe for GtkBin
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more