Struct clacks_mtproto::mtproto::mask_coords::MaskCoords [] [src]

pub struct MaskCoords {
    pub n: int,
    pub x: double,
    pub y: double,
    pub zoom: double,
}

TL-derived from maskCoords

maskCoords#aed6dbb2 n:int x:double y:double zoom:double = MaskCoords;

Fields

Trait Implementations

impl Debug for MaskCoords
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for MaskCoords
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for MaskCoords
[src]

impl BareDeserialize for MaskCoords
[src]

impl IntoBoxed for MaskCoords
[src]

Auto Trait Implementations

impl Send for MaskCoords

impl Sync for MaskCoords