Struct clacks::mtproto::photoSize [] [src]

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

Fields

Trait Implementations

impl Debug for photoSize
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for photoSize
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for photoSize
[src]

[src]

impl BareDeserialize for photoSize
[src]

[src]

impl IntoBoxed for photoSize
[src]

Auto Trait Implementations

impl Send for photoSize

impl Sync for photoSize