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

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

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