Enum mpris::LoopStatus
[−]
[src]
pub enum LoopStatus {
None,
Track,
Playlist,
}A Player's looping status.
Variants
NoneThe playback will stop when there are no more tracks to play
TrackThe current track will start again from the begining once it has finished playing
PlaylistThe playback loops through a list of tracks
Trait Implementations
impl Debug for LoopStatus[src]
impl PartialEq for LoopStatus[src]
fn eq(&self, __arg_0: &LoopStatus) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Eq for LoopStatus[src]
impl Copy for LoopStatus[src]
impl Clone for LoopStatus[src]
fn clone(&self) -> LoopStatus[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more