Module std::os::windows::io::raw

1.0.0 · source ·
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