pub type R64Uint = Pixel<R, _64, Uint>;
Pixel type alias.
struct R64Uint { pub repr: [u64; 1], }
repr: [u64; 1]
Pixel representation.