Available on Windows only.
Expand description
Windows-specific extensions to general I/O primitives.
Traits
- Extracts raw handles.
- Extracts raw sockets.
- Construct I/O objects from raw handles.
- Creates I/O objects from raw sockets.
- A trait to express the ability to consume an object and acquire ownership of its raw
HANDLE
. - A trait to express the ability to consume an object and acquire ownership of its raw
SOCKET
.
Functions
Type Definitions
- Raw HANDLEs.
- Raw SOCKETs.