mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 13:20:06 -04:00
Impl Clone for EventsLoopProxy (#331)
This commit is contained in:
committed by
Victor Berger
parent
58181dbff9
commit
159364bec3
@@ -156,6 +156,7 @@ pub struct EventsLoop {
|
||||
delegate_state: *mut DelegateState
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct EventsLoopProxy;
|
||||
|
||||
impl EventsLoop {
|
||||
|
||||
Reference in New Issue
Block a user