Type Alias fixed::types::I8F120

source ·
pub type I8F120 = FixedI128<U120>;
Expand description

FixedI128 with eight integer bits and 120 fractional bits.

Aliased Type§

struct I8F120 { /* private fields */ }