Module coprocessor_plugin_api::util [−][src]
Structs
| BuildInfo | Automatically collected build information about the plugin that is exposed from the library. |
| PluginInfo | Information about the plugin, like its name and version. |
Statics
| PLUGIN_CONSTRUCTOR_SYMBOL | Name of the exported constructor with signature |
| PLUGIN_GET_BUILD_INFO_SYMBOL | Name of the exported function with signature |
| PLUGIN_GET_PLUGIN_INFO_SYMBOL | Name of the exported function with signature |
Type Definitions
| PluginConstructorSignature | Type signature of the exported function with symbol |
| PluginGetBuildInfoSignature | Type signature of the exported function with symbol |
| PluginGetPluginInfoSignature | Type signature of the exported function with symbol |