#[repr(C)]pub struct GtkWidget {
pub parent_instance: GInitiallyUnowned,
pub priv_: *mut GtkWidgetPrivate,
}Fields
parent_instance: GInitiallyUnownedpriv_: *mut GtkWidgetPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkWidget
impl UnwindSafe for GtkWidget
Blanket Implementations
Mutably borrows from an owned value. Read more