pub struct EventSource(_);
Expand description

Source of events from a corresponding window, created by the setup function.

Implementations

Returns the next WindowEvent, if one is available. This should be called in a while let loop until empty.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.