Type Alias fixed::types::U1F127

source ·
pub type U1F127 = FixedU128<U127>;
Expand description

FixedU128 with one integer bit and 127 fractional bits.

Aliased Type§

struct U1F127 { /* private fields */ }