pub struct GeoRecord {
pub lon: f32,
pub lat: f32,
pub time: i64,
pub max_error: u32,
}
Struct for storing geo-records.
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)
This method tests for self
and other
values to be equal, and is used by ==
. Read more
This method tests for !=
.
Formats the value using the given formatter. Read more
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
Immutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
Mutably borrows from an owned value. Read more