Function core::slice::bytes::copy_memoryExperimental
[-]
[+]
[src]
pub fn copy_memory(dst: &mut [u8], src: &[u8])
Copies data from src
to dst
Panics if the length of dst
is less than the length of src
.