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

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

Song place in the queue

Fields

id: Id

song ID

pos: u32

absolute zero-based song position

prio: u8

song priority, if present, defaults to 0

Trait Implementations

impl PartialEq for QueuePlace
[src]

fn eq(&self, __arg_0: &QueuePlace) -> bool

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

fn ne(&self, __arg_0: &QueuePlace) -> bool

This method tests for !=.

impl Clone for QueuePlace
[src]

fn clone(&self) -> QueuePlace

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 Copy for QueuePlace
[src]

impl Debug for QueuePlace
[src]

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

Formats the value using the given formatter.