Type Alias fixed::types::U32F0

source ·
pub type U32F0 = FixedU32<U0>;
Expand description

FixedU32 with 32 integer bits and no fractional bits.

Aliased Type§

struct U32F0 { /* private fields */ }