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