pub type Rg64Uint = Pixel<Rg, _64, Uint>;
Pixel type alias.
#[repr(transparent)]pub struct Rg64Uint { pub repr: [u64; 2], }
repr: [u64; 2]
Pixel representation.