Struct clacks_mtproto::mtproto::rpc::ReqDHParams [] [src]

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

TL-derived from req_DH_params

req_DH_params#d712e4be nonce:int128 server_nonce:int128 p:string q:string public_key_fingerprint:long encrypted_data:string = Server_DH_Params;

Fields

Trait Implementations

impl Debug for ReqDHParams
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ReqDHParams
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ReqDHParams
[src]

[src]

[src]

impl Function for ReqDHParams
[src]

impl BareSerialize for ReqDHParams
[src]

Auto Trait Implementations

impl Send for ReqDHParams

impl Sync for ReqDHParams