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