Struct clacks_mtproto::mtproto::input_geo_point::InputGeoPoint [] [src]

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

TL-derived from inputGeoPoint

inputGeoPoint#f3b7acc9 lat:double long:double = InputGeoPoint;

Fields

Trait Implementations

impl Debug for InputGeoPoint
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InputGeoPoint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for InputGeoPoint
[src]

impl BareDeserialize for InputGeoPoint
[src]

impl IntoBoxed for InputGeoPoint
[src]

Auto Trait Implementations

impl Send for InputGeoPoint

impl Sync for InputGeoPoint