Type Alias fixed::types::U48F80

source ·
pub type U48F80 = FixedU128<U80>;
Expand description

FixedU128 with 48 integer bits and 80 fractional bits.

Aliased Type§

struct U48F80 { /* private fields */ }