Docs.rs
plugin-interfaces-0.1.2
plugin-interfaces 0.1.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
luodeb
Dependencies
serde ^1
normal
serde_json ^1
normal
toml ^0.8
normal
uuid ^1.0
normal
Versions
33.63%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
plugin_
interfaces
0.1.2
Module callbacks
Module Items
Structs
Functions
In crate plugin_
interfaces
plugin_interfaces
Module
callbacks
Copy item path
Source
Structs
§
Host
Callbacks
主程序提供给插件的回调函数集合 这些函数指针在插件加载时由主程序传递给插件
Functions
§
clear_
host_
callbacks
清理指定实例的回调函数 在插件卸载时调用
get_
host_
callbacks
获取指定实例的主程序回调函数(由插件调用)
set_
host_
callbacks
设置指定实例的主程序回调函数(由主程序调用)