Struct clacks_mtproto::mtproto::encrypted_file::EncryptedFile [] [src]

pub struct EncryptedFile {
    pub id: long,
    pub access_hash: long,
    pub size: int,
    pub dc_id: int,
    pub key_fingerprint: int,
}

TL-derived from encryptedFile

encryptedFile#4a70994c id:long access_hash:long size:int dc_id:int key_fingerprint:int = EncryptedFile;

Fields

Trait Implementations

impl Debug for EncryptedFile
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EncryptedFile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for EncryptedFile
[src]

impl BareDeserialize for EncryptedFile
[src]

impl IntoBoxed for EncryptedFile
[src]

Auto Trait Implementations

impl Send for EncryptedFile

impl Sync for EncryptedFile