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