Expand description
Windows-specific I/O extensions.
Traits§
- AsRaw
Handle - Extracts raw handles.
- AsRaw
Socket - Extracts raw sockets.
- From
RawHandle - Construct I/O objects from raw handles.
- From
RawSocket - Creates I/O objects from raw sockets.
- Into
RawHandle - A trait to express the ability to consume an object and acquire ownership of
its raw
HANDLE
. - Into
RawSocket - A trait to express the ability to consume an object and acquire ownership of
its raw
SOCKET
.