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