Struct dwindow::event::ExposeEvent [] [src]

pub struct ExposeEvent {
    pub sender: Id,
    pub rect: Rect2<Coord>,
}

Exposure event.

Fields

Trait Implementations

impl Clone for ExposeEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ExposeEvent
[src]

impl Debug for ExposeEvent
[src]

Formats the value using the given formatter.