Struct clacks_mtproto::mtproto::photo::Size [] [src]

pub struct Size {
    pub type_: string,
    pub location: FileLocation,
    pub w: int,
    pub h: int,
    pub size: int,
}

TL-derived from photoSize

photoSize#77bfb61b type:string location:FileLocation w:int h:int size:int = PhotoSize;

Fields

Trait Implementations

impl Debug for Size
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Size
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Size
[src]

impl BareDeserialize for Size
[src]

impl IntoBoxed for Size
[src]

Auto Trait Implementations

impl Send for Size

impl Sync for Size