Module std::os::windows::prelude
[−]
[src]
A prelude for conveniently writing platform-specific code.
Includes all extension traits, and some important type definitions.
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. |
| MetadataExt |
Extension methods for |
| OsStrExt |
Windows-specific extensions to |
| OsStringExt |
Windows-specific extensions to |
| OpenOptionsExt |
[Unstable] Windows-specific extensions to |
Type Definitions
| RawHandle |
Raw HANDLEs. |
| RawSocket |
Raw SOCKETs. |