Expand description
Windows overlapped IO support.
Structs§
- Custom
- An IO operation.
- Ioctl
- An IO operation.
- Overlapped
File - A file opened for overlapped IO.
- Read
- An IO operation.
- Write
- An IO operation.
Traits§
- IoBuf
- A non-movable buffer that owns its storage.
- IoBuf
Mut - A mutable non-movable buffer that owns its storage.
- IoOverlapped
- Methods for handling overlapped IO.
- Overlapped
IoDriver - Driver methods for supporting overlapped files.
Type Aliases§
- BufResult
- An IO result that returns the associated buffers.