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