peroxide::util::low_level

Function copy_vec_ptr

Source
pub unsafe fn copy_vec_ptr<T>(dst: &mut Vec<*mut T>, src: &Vec<T>)
where T: Copy,