pub type IFix16<Exp> = Fix<i16, U2, Exp>;
pub struct IFix16<Exp> { pub bits: i16, /* private fields */ }
bits: i16
The underlying integer.