Struct clacks_mtproto::mtproto::messages::dh_config::DhConfig [] [src]

pub struct DhConfig {
    pub g: int,
    pub p: bytes,
    pub version: int,
    pub random: bytes,
}

TL-derived from messages.dhConfig

messages.dhConfig#2c221edd g:int p:bytes version:int random:bytes = messages.DhConfig;

Fields

Trait Implementations

impl Debug for DhConfig
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DhConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for DhConfig
[src]

impl BareDeserialize for DhConfig
[src]

impl IntoBoxed for DhConfig
[src]

Auto Trait Implementations

impl Send for DhConfig

impl Sync for DhConfig