Function std::slice::bytes::copy_memory
[−]
[src]
pub fn copy_memory(src: &[u8], dst: &mut [u8])
Deprecated since 1.6.0
: unidiomatic functions not pulling their weight
Copies data from src
to dst
Panics if the length of dst
is less than the length of src
.