Type Alias fixed::types::I1F31

source ·
pub type I1F31 = FixedI32<U31>;
Expand description

FixedI32 with one integer bit and 31 fractional bits.

Aliased Type§

struct I1F31 { /* private fields */ }