Struct clacks_mtproto::mtproto::geo_point::GeoPoint [] [src]

pub struct GeoPoint {
    pub long: double,
    pub lat: double,
}

TL-derived from geoPoint

geoPoint#2049d70c long:double lat:double = GeoPoint;

Fields

Trait Implementations

impl Debug for GeoPoint
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GeoPoint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for GeoPoint
[src]

impl BareDeserialize for GeoPoint
[src]

impl IntoBoxed for GeoPoint
[src]

Auto Trait Implementations

impl Send for GeoPoint

impl Sync for GeoPoint