Type Alias fixed::types::U28F100

source ·
pub type U28F100 = FixedU128<100>;
Expand description

FixedU128 with 28 integer bits and 100 fractional bits.

Aliased Type§

struct U28F100 { /* private fields */ }