Type Alias fixed::types::I128F0

source ·
pub type I128F0 = FixedI128<U0>;
Expand description

FixedI128 with 128 integer bits and no fractional bits.

Aliased Type§

struct I128F0 { /* private fields */ }