Type Alias fixed::types::I0F32

source ·
pub type I0F32 = FixedI32<U32>;
Expand description

FixedI32 with no integer bits and 32 fractional bits.

Aliased Type§

struct I0F32 { /* private fields */ }