Function copy

1.0.0 (const: 1.83.0) ยท Source
pub const unsafe fn copy<T>(src: *const T, dst: *mut T, count: usize)
๐Ÿ‘ŽDeprecated: import this function via std::ptr instead
Expand description

This is an accidentally-stable alias to ptr::copy; use that instead.