Struct clacks::mtproto::fileLocation [] [src]

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

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]

[src]

impl BareDeserialize for fileLocation
[src]

[src]

impl IntoBoxed for fileLocation
[src]

Auto Trait Implementations

impl Send for fileLocation

impl Sync for fileLocation