Function physx_sys::phys_PxMemMove

source ·
pub unsafe extern "C" fn phys_PxMemMove(
    dest: *mut c_void,
    src: *const c_void,
    count: u32
) -> *mut c_void
Expand description

Copies the bytes of one memory block to another. The memory blocks can overlap.

Use [PxMemCopy] if memory blocks do not overlap.

Pointer to destination memory block