Struct clacks::mtproto::wallPaper [] [src]

pub struct wallPaper {
    pub id: int,
    pub title: string,
    pub sizes: Vector<Boxed, PhotoSize>,
    pub color: int,
}

Fields

Trait Implementations

impl Debug for wallPaper
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for wallPaper
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for wallPaper
[src]

[src]

impl BareDeserialize for wallPaper
[src]

[src]

impl IntoBoxed for wallPaper
[src]

Auto Trait Implementations

impl Send for wallPaper

impl Sync for wallPaper