Struct clacks_mtproto::mtproto::dh_gen::Ok [] [src]

pub struct Ok {
    pub nonce: int128,
    pub server_nonce: int128,
    pub new_nonce_hash1: int128,
}

TL-derived from dh_gen_ok

dh_gen_ok#3bcbf734 nonce:int128 server_nonce:int128 new_nonce_hash1:int128 = Set_client_DH_params_answer;

Fields

Trait Implementations

impl Debug for Ok
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Ok
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Ok
[src]

impl BareDeserialize for Ok
[src]

impl IntoBoxed for Ok
[src]

Auto Trait Implementations

impl Send for Ok

impl Sync for Ok