Type Alias fixed::types::U10F22

source ·
pub type U10F22 = FixedU32<U22>;
Expand description

FixedU32 with 10 integer bits and 22 fractional bits.

Aliased Type§

struct U10F22 { /* private fields */ }