Type Alias fixed::types::I29F3

source ·
pub type I29F3 = FixedI32<U3>;
Expand description

FixedI32 with 29 integer bits and three fractional bits.

Aliased Type§

struct I29F3 { /* private fields */ }