Type Alias aint::u2

source ·
pub type u2 = Aint<u8, 2>;
Expand description

A 2-bit unsigned integer

Aliased Type§

struct u2(/* private fields */);