Struct zaplib::WindowClosedEvent
source · [−]pub struct WindowClosedEvent {
pub window_id: usize,
}
Expand description
See Event::WindowClosed
.
Fields
window_id: usize
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for WindowClosedEvent
impl Send for WindowClosedEvent
impl Sync for WindowClosedEvent
impl Unpin for WindowClosedEvent
impl UnwindSafe for WindowClosedEvent
Blanket Implementations
Mutably borrows from an owned value. Read more