Type Alias U8F24

Source
pub type U8F24 = FixedU32<U24>;
Expand description

FixedU32 with eight integer bits and 24 fractional bits.

Aliased Typeยง

pub struct U8F24 { /* private fields */ }