W3cubDocs

/Rust

Function copy_nonoverlapping

pub const unsafe fn copy_nonoverlapping<T>(
    src: *const T,
    dst: *mut T,
    count: usize,
)
👎Deprecated: import this function via 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