Struct clacks_mtproto::mtproto::document_attribute::ImageSize [] [src]

pub struct ImageSize {
    pub w: int,
    pub h: int,
}

TL-derived from documentAttributeImageSize

documentAttributeImageSize#6c37c15c w:int h:int = DocumentAttribute;

Fields

Trait Implementations

impl Debug for ImageSize
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ImageSize
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ImageSize
[src]

impl BareDeserialize for ImageSize
[src]

impl IntoBoxed for ImageSize
[src]

Auto Trait Implementations

impl Send for ImageSize

impl Sync for ImageSize