Enum mpris::LoopStatus [] [src]

pub enum LoopStatus {
    None,
    Track,
    Playlist,
}

A Player's looping status.

See: MPRIS2 specification about Loop_Status

Variants

The playback will stop when there are no more tracks to play

The current track will start again from the begining once it has finished playing

The playback loops through a list of tracks

Trait Implementations

impl Debug for LoopStatus
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for LoopStatus
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for LoopStatus
[src]

impl Copy for LoopStatus
[src]

impl Clone for LoopStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl FromStr for LoopStatus
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more