Type Alias fixed::types::U31F1

source ·
pub type U31F1 = FixedU32<U1>;
Expand description

FixedU32 with 31 integer bits and one fractional bit.

Aliased Type§

struct U31F1 { /* private fields */ }