| 204 | |
| 205 | #[repr(C)] |
| 206 | pub struct OVERLAPPED { |
| 207 | pub internal: usize, |
| 208 | pub internal_high: usize, |
| 209 | pub anonymous: OVERLAPPED0, |
| 210 | pub event_handle: HANDLE, |
| 211 | } |
| 212 | |
| 213 | impl Default for OVERLAPPED { |
| 214 | fn default() -> OVERLAPPED { |
nothing calls this directly
no outgoing calls
no test coverage detected