Module io

Source
Expand description

Windows-specific I/O extensions.

Traits§

AsRawHandle
Extracts raw handles.
AsRawSocket
Extracts raw sockets.
FromRawHandle
Construct I/O objects from raw handles.
FromRawSocket
Creates I/O objects from raw sockets.
IntoRawHandle
A trait to express the ability to consume an object and acquire ownership of its raw HANDLE.
IntoRawSocket
A trait to express the ability to consume an object and acquire ownership of its raw SOCKET.

Type Aliases§

RawHandle
Raw HANDLEs.
RawSocket
Raw SOCKETs.