Type Alias fixed::types::I125F3

source ·
pub type I125F3 = FixedI128<U3>;
Expand description

FixedI128 with 125 integer bits and three fractional bits.

Aliased Type§

struct I125F3 { /* private fields */ }