Struct polychat_plugin::plugin::PluginInfo
source · [−]#[repr(C)]pub struct PluginInfo {
pub supported_api: APIVersion,
pub create_account: Option<extern "C" fn() -> Account>,
pub destroy_account: Option<extern "C" fn(acc: Account)>,
pub print: Option<extern "C" fn(acc: Account)>,
}Fields
supported_api: APIVersioncreate_account: Option<extern "C" fn() -> Account>destroy_account: Option<extern "C" fn(acc: Account)>print: Option<extern "C" fn(acc: Account)>