#[repr(C)]pub struct GtkBin {
pub container: GtkContainer,
pub priv_: *mut GtkBinPrivate,
}Fields§
§container: GtkContainer§priv_: *mut GtkBinPrivateTrait Implementations§
Auto Trait Implementations§
impl !Send for GtkBin
impl !Sync for GtkBin
impl Freeze for GtkBin
impl RefUnwindSafe for GtkBin
impl Unpin for GtkBin
impl UnsafeUnpin 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