Type Alias I32F32

Source
pub type I32F32 = FixedI64<U32>;
Expand description

FixedI64 with 32 integer bits and 32 fractional bits.

Aliased Typeยง

struct I32F32 { /* private fields */ }