Enum mpris_player::PlaybackStatus [−][src]
pub enum PlaybackStatus {
Playing,
Paused,
Stopped,
}Variants
PlayingPausedStopped
Methods
impl PlaybackStatus[src]
impl PlaybackStatusTrait Implementations
impl Debug for PlaybackStatus[src]
impl Debug for PlaybackStatusfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for PlaybackStatus[src]
impl Copy for PlaybackStatusimpl Clone for PlaybackStatus[src]
impl Clone for PlaybackStatusfn clone(&self) -> PlaybackStatus[src]
fn clone(&self) -> PlaybackStatusReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for PlaybackStatus
impl Send for PlaybackStatusimpl Sync for PlaybackStatus
impl Sync for PlaybackStatus