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

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

TL-derived from inputFileLocation

inputFileLocation#14637196 volume_id:long local_id:int secret:long = InputFileLocation;

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