Type Alias aint::u24

source ·
pub type u24 = Aint<u32, 24>;
Expand description

A 24-bit unsigned integer

Aliased Type§

struct u24(/* private fields */);