Struct dwindow::event::DestroyEvent [] [src]

pub struct DestroyEvent {
    pub sender: Id,
}

Destroy event.

Fields

Trait Implementations

impl Clone for DestroyEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DestroyEvent
[src]

impl Debug for DestroyEvent
[src]

Formats the value using the given formatter.