Type Alias fixed::types::U12F20

source ·
pub type U12F20 = FixedU32<U20>;
Expand description

FixedU32 with 12 integer bits and 20 fractional bits.

Aliased Type§

struct U12F20 { /* private fields */ }