Struct sounding_base::sounding::StationInfo [] [src]

pub struct StationInfo { /* fields omitted */ }

Station information including location data and identification number.

Methods

impl StationInfo
[src]

[src]

Create a new StationInfo object.

[src]

Create a new object with default values.

[src]

Builder method to add a station number.

[src]

Builder method to add a location.

[src]

Builder method to add elevation.

[src]

station number, USAF number, eg 727730

[src]

Latitude and longitude.

[src]

Elevation in meters, this may be in model terrain, not necessarily the same as the real world.

Trait Implementations

impl Debug for StationInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for StationInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for StationInfo
[src]

impl PartialEq for StationInfo
[src]

[src]

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

[src]

This method tests for !=.

impl Default for StationInfo
[src]

[src]

Returns the "default value" for a type. Read more