Function copy_vertical

Source
fn copy_vertical<T: Pixel>(
    dst: &mut PlaneRegionMut<'_, T>,
    x: usize,
    y: usize,
    src: &[i32],
)