Type Alias I32F96

Source
pub type I32F96 = FixedI128<U96>;
Expand description

FixedI128 with 32 integer bits and 96 fractional bits.

Aliased Typeยง

struct I32F96 { /* private fields */ }