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