Enum ukhasnet_parser::DataField [] [src]

pub enum DataField {
    Temperature(Vec<f32>),
    Voltage(Vec<f32>),
    Current(Vec<f32>),
    Humidity(Vec<f32>),
    Pressure(Vec<f32>),
    Sun(Vec<f32>),
    Rssi(Vec<f32>),
    Count(Vec<f32>),
    Custom(Vec<f32>),
    Location(Location),
    WindSpeed(WindSpeed),
    Zombie(u8),
}

Variants

Trait Implementations

impl Debug for DataField
[src]

Formats the value using the given formatter.

impl PartialEq for DataField
[src]

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

This method tests for !=.