[go: up one dir, main page]

logo
pub struct Location(_, _);
Expand description

The response received on a location_updated signal.

Implementations

The accuracy, in meters.

The altitude, in meters.

The speed, in meters per second.

The heading, in degrees, going clockwise. North 0, East 90, South 180, West 270.

The location description.

The latitude, in degrees.

The longitude, in degrees.

The timestamp when the location was retrieved.

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Get the signature for the implementing type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

A DeserializeSeed implementation for this type.

Get a deserializer compatible with this signature.

Get the signature for the implementing type. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.