Struct clacks_mtproto::mtproto::cdn_file_hash::CdnFileHash [] [src]

pub struct CdnFileHash {
    pub offset: int,
    pub limit: int,
    pub hash: bytes,
}

TL-derived from cdnFileHash

cdnFileHash#77eec38f offset:int limit:int hash:bytes = CdnFileHash;

Fields

Trait Implementations

impl Debug for CdnFileHash
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CdnFileHash
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for CdnFileHash
[src]

impl BareDeserialize for CdnFileHash
[src]

impl IntoBoxed for CdnFileHash
[src]

Auto Trait Implementations

impl Send for CdnFileHash

impl Sync for CdnFileHash