Struct gtk4_sys::GtkDrawingArea [−][src]
#[repr(C)]pub struct GtkDrawingArea {
pub widget: GtkWidget,
}
Fields
widget: GtkWidget
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkDrawingArea
impl !Send for GtkDrawingArea
impl !Sync for GtkDrawingArea
impl Unpin for GtkDrawingArea
impl UnwindSafe for GtkDrawingArea
Blanket Implementations
Mutably borrows from an owned value. Read more