Struct clacks_mtproto::mtproto::p_q_inner_data::Temp [] [src]

pub struct Temp {
    pub pq: bytes,
    pub p: bytes,
    pub q: bytes,
    pub nonce: int128,
    pub server_nonce: int128,
    pub new_nonce: int256,
    pub expires_in: int,
}

TL-derived from p_q_inner_data_temp

p_q_inner_data_temp#3c6a84d4 pq:bytes p:bytes q:bytes nonce:int128 server_nonce:int128 new_nonce:int256 expires_in:int = P_Q_inner_data;

Fields

Trait Implementations

impl Debug for Temp
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Temp
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Temp
[src]

impl BareDeserialize for Temp
[src]

impl IntoBoxed for Temp
[src]

Auto Trait Implementations

impl Send for Temp

impl Sync for Temp