[][src]Module async_std::os::windows::io

This is supported on Windows only.

Windows-specific I/O extensions.

Traits

AsRawHandleWindows

Extracts raw handles.

AsRawSocketWindows

Extracts raw sockets.

FromRawHandleWindows

Construct I/O objects from raw handles.

FromRawSocketWindows

Creates I/O objects from raw sockets.

IntoRawHandleWindows

A trait to express the ability to consume an object and acquire ownership of its raw HANDLE.

IntoRawSocketWindows

A trait to express the ability to consume an object and acquire ownership of its raw SOCKET.

Type Definitions

RawHandleWindows

Raw HANDLEs.

RawSocketWindows

Raw SOCKETs.