Function std::slice::bytes::copy_memory[src]
pub fn copy_memory(dst: &mut [u8], src: &[u8])
Copies data from src to dst
src and dst must not overlap. Fails if the length of dst
is less than the length of src.
pub fn copy_memory(dst: &mut [u8], src: &[u8])
Copies data from src to dst
src and dst must not overlap. Fails if the length of dst
is less than the length of src.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).