PxRefCounted_acquireReference_mut

Function PxRefCounted_acquireReference_mut 

Source
pub unsafe extern "C" fn PxRefCounted_acquireReference_mut(
    self_: *mut PxRefCounted,
)
Expand description

Acquires a counted reference to this object.

This method increases the reference count of the object by 1. Decrement the reference count by calling release()