1.0.0[][src]Module boolean_enums::lstd::os::windows::io

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 HANDLE.

IntoRawSocket[
Windows
]

A trait to express the ability to consume an object and acquire ownership of its raw SOCKET.

Type Definitions

RawHandle[
Windows
]

Raw HANDLEs.

RawSocket[
Windows
]

Raw SOCKETs.