Type Definition std::os::raw::c_schar

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

等效于 C 的 signed char 类型。

此类型将始终为 i8,但出于完整性考虑将其包括在内。它定义为与 C char 大小相同的有符号整数。