Struct dwindow::event::ResizeEvent [] [src]

pub struct ResizeEvent {
    pub sender: Id,
    pub size: Vec2<Coord>,
}

Resize event.

Fields

Trait Implementations

impl Clone for ResizeEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ResizeEvent
[src]

impl Debug for ResizeEvent
[src]

Formats the value using the given formatter.