Type Alias aint::u7

source ·
pub type u7 = Aint<u8, 7>;
Expand description

A 7-bit unsigned integer

Aliased Type§

struct u7(/* private fields */);