Type Alias fixed::types::U32F32

source ·
pub type U32F32 = FixedU64<U32>;
Expand description

FixedU64 with 32 integer bits and 32 fractional bits.

Aliased Type§

struct U32F32 { /* private fields */ }