Struct ukhasnet_parser::WindSpeed [] [src]

pub struct WindSpeed {
    pub speed: Option<f32>,
    pub bearing: Option<f32>,
}

Fields

Trait Implementations

impl Debug for WindSpeed
[src]

Formats the value using the given formatter.

impl PartialEq for WindSpeed
[src]

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

This method tests for !=.