Enum qwiic_mp3_trigger::CardStatus[][src]

pub enum CardStatus {
    Good,
    Bad,
}

The CardStatus type indicates if an SD card is present.

Variants

Trait Implementations

impl Debug for CardStatus
[src]

Formats the value using the given formatter. Read more

impl PartialEq for CardStatus
[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 CardStatus

impl Sync for CardStatus