MCPcopy Create free account
hub / github.com/Kudaes/Dumpy / OVERLAPPED

Class OVERLAPPED

dumpy/data/src/lib.rs:206–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204
205#[repr(C)]
206pub struct OVERLAPPED {
207 pub internal: usize,
208 pub internal_high: usize,
209 pub anonymous: OVERLAPPED0,
210 pub event_handle: HANDLE,
211}
212
213impl Default for OVERLAPPED {
214 fn default() -> OVERLAPPED {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected