Struct janus_plugin::PluginMetadata [] [src]

pub struct PluginMetadata<'pl> {
    pub api_version: c_int,
    pub version: c_int,
    pub version_str: &'pl CStr,
    pub description: &'pl CStr,
    pub name: &'pl CStr,
    pub author: &'pl CStr,
    pub package: &'pl CStr,
}

Represents metadata about this plugin which Janus can query at runtime.

Fields

Trait Implementations

impl<'pl> Debug for PluginMetadata<'pl>
[src]

[src]

Formats the value using the given formatter.