Module std::os::windows::io
[−]
[src]
Traits
AsRawHandle |
Extract raw handles. |
AsRawSocket |
Extract raw sockets. |
FromRawHandle |
Construct I/O objects from raw handles. |
FromRawSocket |
Create I/O objects from raw sockets. |
IntoRawHandle |
[Unstable] A trait to express the ability to consume an object and acquire ownership of
its raw |
IntoRawSocket |
[Unstable] A trait to express the ability to consume an object and acquire ownership of
its raw |
Type Definitions
RawHandle |
Raw HANDLEs. |
RawSocket |
Raw SOCKETs. |