Type Definition c99::uint8_t

source ·
pub type uint8_t = u8;
Expand description

Unsigned integer type with width of exactly 8 bits.