Struct gdk_sys::GdkEventExpose [−][src]
#[repr(C)]pub struct GdkEventExpose { pub type_: GdkEventType, pub window: *mut GdkWindow, pub send_event: i8, pub area: GdkRectangle, pub region: *mut cairo_region_t, pub count: c_int, }
Fields
type_: GdkEventTypewindow: *mut GdkWindowsend_event: i8area: GdkRectangleregion: *mut cairo_region_tcount: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GdkEventExposeimpl !Send for GdkEventExposeimpl !Sync for GdkEventExposeimpl Unpin for GdkEventExposeimpl UnwindSafe for GdkEventExposeBlanket Implementations
Mutably borrows from an owned value. Read more