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