Type Alias fixed::types::I29F35

source ·
pub type I29F35 = FixedI64<U35>;
Expand description

FixedI64 with 29 integer bits and 35 fractional bits.

Aliased Type§

struct I29F35 { /* private fields */ }