Struct mpd::plugin::Plugin [] [src]

pub struct Plugin {
    pub name: String,
    pub suffixes: Vec<String>,
    pub mime_types: Vec<String>,
}

Decoder plugin

Fields

name

supported file suffixes (extensions)

supported MIME-types

Trait Implementations

impl Clone for Plugin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Plugin
[src]

Formats the value using the given formatter.

impl PartialEq for Plugin
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Encodable for Plugin
[src]

Serialize a value using an Encoder.