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

pub struct Fail {
    pub nonce: int128,
    pub server_nonce: int128,
    pub new_nonce_hash3: int128,
}

TL-derived from dh_gen_fail

dh_gen_fail#a69dae02 nonce:int128 server_nonce:int128 new_nonce_hash3:int128 = Set_client_DH_params_answer;

Fields

Trait Implementations

impl Debug for Fail
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Fail
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Fail
[src]

impl BareDeserialize for Fail
[src]

impl IntoBoxed for Fail
[src]

Auto Trait Implementations

impl Send for Fail

impl Sync for Fail