Module std::os::windows1.0.0[][src]

This is supported on Windows only.
Expand description

针对 Windows 的 std 的特定于平台的扩展。

提供对 Windows 的平台级信息的访问,并公开 Windows 特定的习惯用法,否则这些习惯用法作为 core std 库的一部分将是不合适的。 这些扩展使开发人员可以将 std 类型和惯用语与 Windows 一起使用,而通常与平台无关的惯用语通常不支持这种方式。

Modules

ffi

std::ffi 模块中原语的 Windows 特定扩展。

fs

std::fs 模块中原语的 Windows 特定扩展。

io

Windows 的通用 I/O 原语扩展。

prelude

prelude,用于方便地编写平台特定的代码。

process

Windows 的 std::process 扩展。

raw

Windows 特定的原语。

thread

Windows 的 std::thread 扩展。