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