Module std::os::windows::io 1.0.0
[−]
[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 |
A trait to express the ability to consume an object and acquire ownership of
its raw |
| IntoRawSocket |
A trait to express the ability to consume an object and acquire ownership of
its raw |
Type Definitions
| RawHandle |
Raw HANDLEs. |
| RawSocket |
Raw SOCKETs. |