Structs§
- Events
Loop Closed - The error that is returned when an
EventsLoopProxy
attempts to wake up anEventsLoop
that no longer exists.
Enums§
- Control
Flow - Returned by the user callback given to the
EventsLoop::run
method.
Traits§
- Events
Loop - Provides a way to retrieve events from the system and from the windows that were registered to the events loop.
- Events
Loop Proxy - Used to wake up the
EventsLoop
from another thread.