Struct glutin::WindowProxy [] [src]

pub struct WindowProxy { /* fields omitted */ }

Represents a thread safe subset of operations that can be called on a window. This structure can be safely cloned and sent between threads.

Methods

impl WindowProxy
[src]

[src]

Triggers a blocked event loop to wake up. This is typically called when another thread wants to wake up the blocked rendering thread to cause a refresh.

Trait Implementations

impl Clone for WindowProxy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more