Module feature_extension_for_async_std::os::windows::io
source · Expand description
Windows-specific I/O extensions.
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.
Type Aliases§
- Raw HANDLEs.
- Raw SOCKETs.