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

Methods

impl Output
[src]

fn from_map(map: BTreeMap<StringString>) -> Result<OutputError>

build output from map

Trait Implementations

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 !=.

impl Debug for Output
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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