LV2_Handle

Type Alias LV2_Handle 

Source
pub type LV2_Handle = *mut c_void;
Expand description

Plugin Instance Handle.

This is a handle for one particular instance of a plugin. It is valid to compare to NULL (or 0 for C++) but otherwise the host MUST NOT attempt to interpret it.