Type Alias fixed::types::I31F1

source ·
pub type I31F1 = FixedI32<U1>;
Expand description

FixedI32 with 31 integer bits and one fractional bit.

Aliased Type§

struct I31F1 { /* private fields */ }