Struct winit::EventsLoopClosed [] [src]

pub struct EventsLoopClosed;

The error that is returned when an EventsLoopProxy attempts to wake up an EventsLoop that no longer exists.

Trait Implementations

impl Debug for EventsLoopClosed
[src]

Formats the value using the given formatter.

impl Copy for EventsLoopClosed
[src]

impl Clone for EventsLoopClosed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for EventsLoopClosed
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for EventsLoopClosed
[src]

impl Hash for EventsLoopClosed
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for EventsLoopClosed
[src]

Formats the value using the given formatter. Read more

impl Error for EventsLoopClosed
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more