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