Struct winit::EventsLoopProxy[][src]

pub struct EventsLoopProxy { /* fields omitted */ }

Used to wake up the EventsLoop from another thread.

Methods

impl EventsLoopProxy
[src]

Wake up the EventsLoop from which this proxy was created.

This causes the EventsLoop to emit an Awakened event.

Returns an Err if the associated EventsLoop no longer exists.

Trait Implementations

impl Clone for EventsLoopProxy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations