#[repr(C)]pub struct _GtkContainer {
pub widget: GtkWidget,
pub priv_: *mut GtkContainerPrivate,
}
Fields§
§widget: GtkWidget
§priv_: *mut GtkContainerPrivate
Auto Trait Implementations§
impl Freeze for _GtkContainer
impl RefUnwindSafe for _GtkContainer
impl !Send for _GtkContainer
impl !Sync for _GtkContainer
impl Unpin for _GtkContainer
impl UnwindSafe for _GtkContainer
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