Type Definition stdint::int_least32_t

source ·
pub type int_least32_t = c_int;
Expand description

Smallest signed integer type with width of at least 32 bits.