Type Alias aint::u1

source ·
pub type u1 = Aint<u8, 1>;
Expand description

A 1-bit unsigned integer

Aliased Type§

struct u1(/* private fields */);