Struct gtk4_sys::GtkWidget [−][src]
#[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 UnwindSafe for GtkWidget
Blanket Implementations
Mutably borrows from an owned value. Read more