Struct clacks_mtproto::mtproto::wall_paper::WallPaper [] [src]

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

TL-derived from wallPaper

wallPaper#ccb03657 id:int title:string sizes:Vector<PhotoSize> color:int = WallPaper;

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]

impl BareDeserialize for WallPaper
[src]

impl IntoBoxed for WallPaper
[src]

Auto Trait Implementations

impl Send for WallPaper

impl Sync for WallPaper