[][src]Module fpsdk::plugin

Plugin related stuff.

Modules

message

Plugin messages.

Structs

Info

This structure holds some information about the plugin that is used by the host. It is the same for all instances of the same plugin.

InfoBuilder

Use this to instantiate Info

StateReader

State reader.

StateWriter

State writer.

Tag

Identifier.

Traits

Plugin

This trait must be implemented for your plugin.