Enum mpris_player::PlaybackStatus[][src]

pub enum PlaybackStatus {
    Playing,
    Paused,
    Stopped,
}

Variants

Methods

impl PlaybackStatus
[src]

Trait Implementations

impl Debug for PlaybackStatus
[src]

Formats the value using the given formatter. Read more

impl Copy for PlaybackStatus
[src]

impl Clone for PlaybackStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations