Type Alias aint::u13

source ·
pub type u13 = Aint<u16, 13>;
Expand description

A 13-bit unsigned integer

Aliased Type§

struct u13(/* private fields */);