Struct clacks::mtproto::cdnFileHash [] [src]

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

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]

[src]

impl BareDeserialize for cdnFileHash
[src]

[src]

impl IntoBoxed for cdnFileHash
[src]

Auto Trait Implementations

impl Send for cdnFileHash

impl Sync for cdnFileHash