Type Alias fixed::types::U128F0

source ·
pub type U128F0 = FixedU128<U0>;
Expand description

FixedU128 with 128 integer bits and no fractional bits.

Aliased Type§

struct U128F0 { /* private fields */ }