Type Definition std::os::raw::c_ushort

1.1.0 · source ·
pub type c_ushort = c_ushort;
Expand description

等效于 C 的 unsigned short 类型。

这种类型几乎总是 u16,但在某些深奥的系统上可能有所不同。C 标准从技术上仅要求此类型是与 short 大小相同的无符号整数。