Struct mpd::output::Output [] [src]

pub struct Output {
    pub id: u32,
    pub name: String,
    pub enabled: bool,
}

Sound output

Fields

id

name

enabled state

Trait Implementations

impl Clone for Output
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Output
[src]

Formats the value using the given formatter.

impl PartialEq for Output
[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 Output
[src]

Serialize a value using an Encoder.