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

pub struct CachedSize {
    pub type_: string,
    pub location: FileLocation,
    pub w: int,
    pub h: int,
    pub bytes: bytes,
}

TL-derived from photoCachedSize

photoCachedSize#e9a734fa type:string location:FileLocation w:int h:int bytes:bytes = PhotoSize;

Fields

Trait Implementations

impl Debug for CachedSize
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CachedSize
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for CachedSize
[src]

impl BareDeserialize for CachedSize
[src]

impl IntoBoxed for CachedSize
[src]

Auto Trait Implementations

impl Send for CachedSize

impl Sync for CachedSize