MCPcopy Create free account
hub / github.com/RustAudio/vst3-sys / shared

Method shared

com/src/ptr.rs:60–67  ·  view source on GitHub ↗

Add another reference for a VST3 interface object passed as an argument to a method call. This will return a `None` if the pointer is a null pointer. The object will be released when the last reference to it gets dropped. # Safety See the safety notes in [Self::owned].

(ptr: *mut *mut <T as ComInterface>::VTable)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected