Type Alias aint::u25

source ·
pub type u25 = Aint<u32, 25>;
Expand description

A 25-bit unsigned integer

Aliased Type§

struct u25(/* private fields */);