mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-28 07:33:14 -04:00
Impl Clone for EventsLoopProxy (#331)
This commit is contained in:
committed by
Victor Berger
parent
58181dbff9
commit
159364bec3
@@ -243,6 +243,7 @@ impl Drop for EventsLoop {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct EventsLoopProxy {
|
||||
thread_id: winapi::DWORD,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user