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