Type Alias I32F0

Source
pub type I32F0 = FixedI32<U0>;
Expand description

FixedI32 with 32 integer bits and no fractional bits.

Aliased Typeยง

struct I32F0 { /* private fields */ }