pub const unsafe fn copy_nonoverlapping<T>(
src: *const T,
dst: *mut T,
count: usize,
)
std::ptr instead
This is an accidentally-stable alias to ptr::copy_nonoverlapping; use that instead.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/intrinsics/fn.copy_nonoverlapping.html