Skip to content

std::Memory::move

move

Moves memory from source to destination

Signature

move(dest: *void, src: *const void, size: usize) -> *void