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 Debug for QueuePlace
[src]
impl Copy for QueuePlace
[src]
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 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 Default for QueuePlace
[src]
fn default() -> QueuePlace
Returns the "default value" for a type. Read more