Struct ukhasnet_parser::Location [] [src]

pub struct Location {
    pub latlng: Option<(f32, f32)>,
    pub alt: Option<f32>,
}

Fields

Trait Implementations

impl Debug for Location
[src]

Formats the value using the given formatter.

impl PartialEq for Location
[src]

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

This method tests for !=.