Struct clacks_mtproto::mtproto::file_location::FileLocation [] [src]

pub struct FileLocation {
    pub dc_id: int,
    pub volume_id: long,
    pub local_id: int,
    pub secret: long,
}

TL-derived from fileLocation

fileLocation#53d69076 dc_id:int volume_id:long local_id:int secret:long = FileLocation;

Fields

Trait Implementations

impl Debug for FileLocation
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for FileLocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for FileLocation
[src]

impl BareDeserialize for FileLocation
[src]

impl IntoBoxed for FileLocation
[src]

Auto Trait Implementations

impl Send for FileLocation

impl Sync for FileLocation