Skip to main content

PluginInstance

Type Alias PluginInstance 

Source
pub type PluginInstance = *mut c_void;
Expand description

Plugin instances are crated by the Plugin::create function, created on the heap and passed around as a void* through the hotline_plugin macro to become a Plugin trait