Module raw
Windows-specific extensions to general I/O primitives.
Traits
- AsRawHandle Extracts raw handles.
- AsRawSocket Extracts raw sockets.
- FromRawHandle Constructs 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.