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_: GdkEventType
window: *mut GdkWindow
send_event: i8
area: GdkRectangle
region: *mut cairo_region_t
count: c_int
Trait Implementations
impl Copy for GdkEventExpose[src]
impl Copy for GdkEventExposeimpl Clone for GdkEventExpose[src]
impl Clone for GdkEventExposefn clone(&self) -> GdkEventExpose[src]
fn clone(&self) -> GdkEventExposeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GdkEventExpose[src]
impl Debug for GdkEventExposeAuto Trait Implementations
impl !Send for GdkEventExpose
impl !Send for GdkEventExposeimpl !Sync for GdkEventExpose
impl !Sync for GdkEventExpose