Struct gtk4_sys::GtkDrawingArea
source · #[repr(C)]pub struct GtkDrawingArea {
pub widget: GtkWidget,
}
Fields§
§widget: GtkWidget
Trait Implementations§
source§impl Clone for GtkDrawingArea
impl Clone for GtkDrawingArea
source§fn clone(&self) -> GtkDrawingArea
fn clone(&self) -> GtkDrawingArea
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more