imageproc::definitions::VecBuffer [] [src]

type VecBuffer<P: Pixel> = ImageBuffer<P, Vec<P::Subpixel>>;

An ImageBuffer containing Pixels of type P with storage Vec.