Struct clacks::mtproto::server_DH_inner_data [] [src]

pub struct server_DH_inner_data {
    pub nonce: int128,
    pub server_nonce: int128,
    pub g: int,
    pub dh_prime: bytes,
    pub g_a: bytes,
    pub server_time: int,
}

Fields

Trait Implementations

impl Debug for server_DH_inner_data
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for server_DH_inner_data
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for server_DH_inner_data
[src]

[src]

impl BareDeserialize for server_DH_inner_data
[src]

[src]

impl IntoBoxed for server_DH_inner_data
[src]

Auto Trait Implementations