Struct clacks::mtproto::photoCachedSize [] [src]

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

Fields

Trait Implementations

impl Debug for photoCachedSize
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for photoCachedSize
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for photoCachedSize
[src]

[src]

impl BareDeserialize for photoCachedSize
[src]

[src]

impl IntoBoxed for photoCachedSize
[src]

Auto Trait Implementations