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

pub struct Solid {
    pub id: int,
    pub title: string,
    pub bg_color: int,
    pub color: int,
}

TL-derived from wallPaperSolid

wallPaperSolid#63117f24 id:int title:string bg_color:int color:int = WallPaper;

Fields

Trait Implementations

impl Debug for Solid
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Solid
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Solid
[src]

impl BareDeserialize for Solid
[src]

impl IntoBoxed for Solid
[src]

Auto Trait Implementations

impl Send for Solid

impl Sync for Solid