Enum qwiic_mp3_trigger::PlayStatus[][src]

pub enum PlayStatus {
    Playing,
    Stopped,
    Unknown,
}

The PlayStatus type describes the state of the mp3 trigger.

Variants

Trait Implementations

impl Debug for PlayStatus
[src]

Formats the value using the given formatter. Read more

impl PartialEq for PlayStatus
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for PlayStatus

impl Sync for PlayStatus