Impl Clone for EventsLoopProxy (#331)
This commit is contained in:
parent
58181dbff9
commit
159364bec3
10 changed files with 10 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ pub fn set_main_loop_callback<F>(callback : F) where F : FnMut() {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct EventsLoopProxy;
|
||||
|
||||
impl EventsLoopProxy {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue