pub const unsafe fn copy_nonoverlapping<T>(
src: *const T,
dst: *mut T,
count: usize,
)๐Deprecated:
import this function via std::ptr instead
This item is validated for IEC 61508 (SIL 2) and ISO 26262 (ASIL B).
Expand description
This is an accidentally-stable alias to ptr::copy_nonoverlapping; use that instead.