[][src]Struct nsl_duplex_d2::GeoRecord

pub struct GeoRecord {
    pub lon: f32,
    pub lat: f32,
    pub time: i64,
    pub max_error: u32,
}

Struct for storing geo-records.

Fields

Modem' longitude at the time of the last connection

Modem's latitude at the time of the last connection

Time of modem's last connection

Approximate error of location data (<300m to <100km)

Methods

impl GeoRecord
[src]

Parse GeoRecord

Trait Implementations

impl PartialEq<GeoRecord> for GeoRecord
[src]

impl Debug for GeoRecord
[src]

Auto Trait Implementations

impl Send for GeoRecord

impl Sync for GeoRecord

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]