Struct polychat_plugin::plugin::InitializedPlugin
source · [−]pub struct InitializedPlugin {
pub supported_api: APIVersion,
pub create_account: extern "C" fn() -> Account,
pub destroy_account: extern "C" fn(acc: Account),
pub post_message: extern "C" fn(msg: *const Message) -> SendStatus,
pub print: extern "C" fn(acc: Account),
}Fields
supported_api: APIVersioncreate_account: extern "C" fn() -> Accountdestroy_account: extern "C" fn(acc: Account)post_message: extern "C" fn(msg: *const Message) -> SendStatusprint: extern "C" fn(acc: Account)