#[repr(C)]pub struct GtkBin {
pub container: GtkContainer,
pub priv_: *mut GtkBinPrivate,
}
Fields§
§container: GtkContainer
§priv_: *mut GtkBinPrivate
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GtkBin
impl RefUnwindSafe for GtkBin
impl !Send for GtkBin
impl !Sync for GtkBin
impl Unpin for GtkBin
impl UnwindSafe for GtkBin
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more