Struct navigation::DMS [] [src]

pub struct DMS {
    // some fields omitted
}

Methods

impl DMS
[src]

fn to_decimal(&self) -> f64

Trait Implementations

impl ToString for DMS
[src]

fn to_string(&self) -> String

Converts the given value to a String. Read more