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

Trait Implementations

impl Copy for GdkEventExpose
[src]

impl Clone for GdkEventExpose
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GdkEventExpose
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GdkEventExpose

impl !Sync for GdkEventExpose