Type Alias fixed::types::U24F8

source ·
pub type U24F8 = FixedU32<U8>;
Expand description

FixedU32 with 24 integer bits and eight fractional bits.

Aliased Type§

struct U24F8 { /* private fields */ }