Type Alias fixed::types::I12F20

source ·
pub type I12F20 = FixedI32<U20>;
Expand description

FixedI32 with 12 integer bits and 20 fractional bits.

Aliased Type§

struct I12F20 { /* private fields */ }