mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 21:00:04 -04:00
Impl Clone for EventsLoopProxy (#331)
This commit is contained in:
committed by
Victor Berger
parent
58181dbff9
commit
159364bec3
@@ -29,6 +29,7 @@ pub struct Shared {
|
||||
user_callback: UserCallback,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct Proxy {}
|
||||
|
||||
struct Modifiers {
|
||||
|
||||
Reference in New Issue
Block a user