Struct mpd::output::Output  
                   
                       [−]
                   
               [src]
pub struct Output {
    pub id: u32,
    pub name: String,
    pub enabled: bool,
}Sound output
Fields
id: u32
                           id
name: String
                           name
enabled: bool
                           enabled state
Trait Implementations
impl Clone for Output[src]
fn clone(&self) -> Output
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 Output[src]
impl PartialEq for Output[src]
fn eq(&self, __arg_0: &Output) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Output) -> bool
This method tests for !=.