Type Definition std::os::raw::c_uint

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

等效于 C 的 unsigned int 类型。

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