Type Definition stdint::int16_t

source ·
pub type int16_t = i16;
Expand description

Signed integer type with width of exactly 16 bits.