Type Alias fixed::types::I32F96

source ·
pub type I32F96 = FixedI128<U96>;
Expand description

FixedI128 with 32 integer bits and 96 fractional bits.

Aliased Type§

struct I32F96 { /* private fields */ }