Enum empris::EventType[][src]

pub enum EventType {
    PropertiesChanged,
    Seeked,
}
Expand description

Enum for indicating which type of MPRIS event to listen for.

Variants

PropertiesChanged

Emitted whenever properties change. A list of all properties that will cause this to be emitted can be found here.

Seeked

Emitted whenever the active track is seeked.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.