Type Alias fixed::types::U8F24

source ·
pub type U8F24 = FixedU32<U24>;
Expand description

FixedU32 with eight integer bits and 24 fractional bits.

Aliased Type§

struct U8F24 { /* private fields */ }