Type Alias fixed::types::I32F32

source ·
pub type I32F32 = FixedI64<U32>;
Expand description

FixedI64 with 32 integer bits and 32 fractional bits.

Aliased Type§

struct I32F32 { /* private fields */ }