Type Alias fixed::types::I32F0

source ·
pub type I32F0 = FixedI32<U0>;
Expand description

FixedI32 with 32 integer bits and no fractional bits.

Aliased Type§

struct I32F0 { /* private fields */ }