[src]

Function std::ptr::copy_memory

pub unsafe fn copy_memory<T>(dst: *mut T, src: *T, count: uint)

Copies data from one location to another.

Copies count elements (not bytes) from src to dst. The source and destination may overlap.