Struct xplane_plugin::PluginInfo [] [src]

pub struct PluginInfo<'a, 'b, 'c> {
    pub name: &'a str,
    pub signature: &'b str,
    pub description: &'c str,
}

Stores information about a plugin that is provided to X-Plane

Fields

The plugin name

The plugin's signature, in reverse DNS format

A description of the plugin