Enum mpris_player::PlaybackStatus
source · [−]pub enum PlaybackStatus {
Playing,
Paused,
Stopped,
}Variants
Playing
Paused
Stopped
Implementations
sourceimpl PlaybackStatus
impl PlaybackStatus
Trait Implementations
sourceimpl Clone for PlaybackStatus
impl Clone for PlaybackStatus
sourcefn clone(&self) -> PlaybackStatus
fn clone(&self) -> PlaybackStatus
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for PlaybackStatus
impl Debug for PlaybackStatus
sourceimpl PartialEq<PlaybackStatus> for PlaybackStatus
impl PartialEq<PlaybackStatus> for PlaybackStatus
impl Copy for PlaybackStatus
impl StructuralPartialEq for PlaybackStatus
Auto Trait Implementations
impl RefUnwindSafe for PlaybackStatus
impl Send for PlaybackStatus
impl Sync for PlaybackStatus
impl Unpin for PlaybackStatus
impl UnwindSafe for PlaybackStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more