Type Alias fixed::types::U80F48

source ·
pub type U80F48 = FixedU128<U48>;
Expand description

FixedU128 with 80 integer bits and 48 fractional bits.

Aliased Type§

struct U80F48 { /* private fields */ }