Type Alias aint::u20

source ·
pub type u20 = Aint<u32, 20>;
Expand description

A 20-bit unsigned integer

Aliased Type§

struct u20(/* private fields */);