Struct mpd::plugin::Plugin
[−]
[src]
pub struct Plugin {
pub name: String,
pub suffixes: Vec<String>,
pub mime_types: Vec<String>,
}Decoder plugin
Fields
name: String
name
suffixes: Vec<String>
supported file suffixes (extensions)
mime_types: Vec<String>
supported MIME-types
Trait Implementations
impl Clone for Plugin[src]
fn clone(&self) -> Plugin
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for Plugin[src]
impl PartialEq for Plugin[src]
fn eq(&self, __arg_0: &Plugin) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Plugin) -> bool
This method tests for !=.