Type Alias fixed::types::U127F1

source ·
pub type U127F1 = FixedU128<U1>;
Expand description

FixedU128 with 127 integer bits and one fractional bit.

Aliased Type§

struct U127F1 { /* private fields */ }