Type Alias aint::u28

source ·
pub type u28 = Aint<u32, 28>;
Expand description

A 28-bit unsigned integer

Aliased Type§

struct u28(/* private fields */);