Function physx_sys::phys_PxMemCopy

source ·
pub unsafe extern "C" fn phys_PxMemCopy(
    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 must not overlap.

Use [PxMemMove] if memory blocks overlap.

Pointer to destination memory block