Module overlapped

Source
Expand description

Windows overlapped IO support.

Structs§

Custom
An IO operation.
Ioctl
An IO operation.
OverlappedFile
A file opened for overlapped IO.
Read
An IO operation.
Write
An IO operation.

Traits§

IoBuf
A non-movable buffer that owns its storage.
IoBufMut
A mutable non-movable buffer that owns its storage.
IoOverlapped
Methods for handling overlapped IO.
OverlappedIoDriver
Driver methods for supporting overlapped files.

Type Aliases§

BufResult
An IO result that returns the associated buffers.