Type Definition stdint::uint_least8_t

source ·
pub type uint_least8_t = c_uchar;
Expand description

Smallest unsigned integer type with width of at least 8 bits.