aboutsummaryrefslogtreecommitdiff
path: root/src/sys/windows/event.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/windows/event.rs')
-rw-r--r--src/sys/windows/event.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys/windows/event.rs b/src/sys/windows/event.rs
index 4d04e64..a49252a 100644
--- a/src/sys/windows/event.rs
+++ b/src/sys/windows/event.rs
@@ -5,6 +5,7 @@ use miow::iocp::CompletionStatus;
use super::afd;
use crate::Token;
+#[derive(Clone)]
pub struct Event {
pub flags: u32,
pub data: u64,