Type Alias aint::u21

source ·
pub type u21 = Aint<u32, 21>;
Expand description

A 21-bit unsigned integer

Aliased Type§

struct u21(/* private fields */);