Struct wifilocation::Location [] [src]

pub struct Location {
    pub lat: f64,
    pub lng: f64,
}

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 !=.