Struct mpd::song::QueuePlace [] [src]

pub struct QueuePlace {
    pub id: Id,
    pub pos: u32,
    pub prio: u8,
}

Song place in the queue

Fields

song ID

absolute zero-based song position

song priority, if present, defaults to 0

Trait Implementations

impl Debug for QueuePlace
[src]

Formats the value using the given formatter.

impl Copy for QueuePlace
[src]

impl Clone for QueuePlace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for QueuePlace
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for QueuePlace
[src]

Returns the "default value" for a type. Read more

impl Encodable for QueuePlace
[src]

Serialize a value using an Encoder.