Type Alias aint::u27

source ·
pub type u27 = Aint<u32, 27>;
Expand description

A 27-bit unsigned integer

Aliased Type§

struct u27(/* private fields */);