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

pub struct PQInnerData {
    pub pq: bytes,
    pub p: bytes,
    pub q: bytes,
    pub nonce: int128,
    pub server_nonce: int128,
    pub new_nonce: int256,
}

TL-derived from p_q_inner_data

p_q_inner_data#83c95aec pq:string p:string q:string nonce:int128 server_nonce:int128 new_nonce:int256 = P_Q_inner_data;

Fields

Trait Implementations

impl Debug for PQInnerData
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PQInnerData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for PQInnerData
[src]

impl BareDeserialize for PQInnerData
[src]

impl IntoBoxed for PQInnerData
[src]

Auto Trait Implementations

impl Send for PQInnerData

impl Sync for PQInnerData