Enum mpris_player::LoopStatus [−][src]
pub enum LoopStatus {
None,
Track,
Playlist,
}Variants
NoneTrackPlaylist
Methods
impl LoopStatus[src]
impl LoopStatusTrait Implementations
impl Debug for LoopStatus[src]
impl Debug for LoopStatusfn 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 LoopStatus[src]
impl Copy for LoopStatusimpl Clone for LoopStatus[src]
impl Clone for LoopStatusfn clone(&self) -> LoopStatus[src]
fn clone(&self) -> LoopStatusReturns 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 LoopStatus
impl Send for LoopStatusimpl Sync for LoopStatus
impl Sync for LoopStatus