Type Alias fixed::types::I22F10

source ·
pub type I22F10 = FixedI32<U10>;
Expand description

FixedI32 with 22 integer bits and 10 fractional bits.

Aliased Type§

struct I22F10 { /* private fields */ }