pub type R32Uint = Pixel<R, _32, Uint>;
Pixel type alias.
#[repr(transparent)]pub struct R32Uint { pub repr: [u32; 1], }
repr: [u32; 1]
Pixel representation.