Type Alias aint::u22

source ·
pub type u22 = Aint<u32, 22>;
Expand description

A 22-bit unsigned integer

Aliased Type§

struct u22(/* private fields */);