Type Alias fixed::types::I16F0

source ·
pub type I16F0 = FixedI16<U0>;
Expand description

FixedI16 with 16 integer bits and no fractional bits.

Aliased Type§

struct I16F0 { /* private fields */ }