Function collections::slice::bytes::copy_memory
[−]
[src]
pub fn copy_memory(src: &[u8], dst: &mut [u8])
Unstable
: needs review
Copies data from src
`srcto
` to dst
`dst`
Panics if the length of dst
`dstis less than the length of
` is less than the length of src
`src`.