Struct clacks_mtproto::mtproto::input_file::Big [] [src]

pub struct Big {
    pub id: long,
    pub parts: int,
    pub name: string,
}

TL-derived from inputFileBig

inputFileBig#fa4f0bb5 id:long parts:int name:string = InputFile;

Fields

Trait Implementations

impl Debug for Big
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Big
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Big
[src]

impl BareDeserialize for Big
[src]

impl IntoBoxed for Big
[src]

Auto Trait Implementations

impl Send for Big

impl Sync for Big