Struct clacks::mtproto::geoPoint [] [src]

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

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]

[src]

impl BareDeserialize for geoPoint
[src]

[src]

impl IntoBoxed for geoPoint
[src]

Auto Trait Implementations

impl Send for geoPoint

impl Sync for geoPoint