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