pub type R16Uint = Pixel<R, _16, Uint>;
Pixel type alias.
struct R16Uint { pub repr: [u16; 1], }
repr: [u16; 1]
Pixel representation.