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 GdkEventExpose
impl Clone for GdkEventExpose
[src]
impl Clone for GdkEventExpose
fn clone(&self) -> GdkEventExpose
[src]
fn clone(&self) -> GdkEventExpose
Returns 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 GdkEventExpose
Auto Trait Implementations
impl !Send for GdkEventExpose
impl !Send for GdkEventExpose
impl !Sync for GdkEventExpose
impl !Sync for GdkEventExpose