Struct glutin::WindowProxy
[−]
[src]
pub struct WindowProxy { // some 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]
fn wakeup_event_loop(&self)
[−]
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]
fn clone(&self) -> WindowProxy
[−]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[−]
Performs copy-assignment from source
. Read more