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