Struct luftpost::state::SensorState [] [src]

pub struct SensorState {
    pub sensor_id: SensorId,
    pub alarm_state: AlarmState,
}

Fields

Methods

impl SensorState
[src]

Trait Implementations

impl Debug for SensorState
[src]

Formats the value using the given formatter.

impl PartialEq for SensorState
[src]

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

This method tests for !=.