Enum bme680::FieldDataCondition[][src]

pub enum FieldDataCondition {
    NewData,
    Unchanged,
}

Shows if new data is available

Variants

Data changed since last read

Data has not changed since last read

Trait Implementations

impl PartialEq for FieldDataCondition
[src]

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

This method tests for !=.

impl Debug for FieldDataCondition
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations