Struct clacks::mtproto::rpc::req_DH_params [] [src]

pub struct req_DH_params {
    pub nonce: int128,
    pub server_nonce: int128,
    pub p: bytes,
    pub q: bytes,
    pub public_key_fingerprint: long,
    pub encrypted_data: bytes,
}

Fields

Trait Implementations

impl Debug for req_DH_params
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for req_DH_params
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for req_DH_params
[src]

impl BareSerialize for req_DH_params
[src]

[src]

Auto Trait Implementations

impl Send for req_DH_params

impl Sync for req_DH_params