Type Alias aint::u10

source ·
pub type u10 = Aint<u16, 10>;
Expand description

A 10-bit unsigned integer

Aliased Type§

struct u10(/* private fields */);