Struct clacks_mtproto::mtproto::wire::inbound_encrypted::InboundEncrypted [] [src]

pub struct InboundEncrypted {
    pub salt: long,
    pub session_id: long,
    pub message_id: long,
    pub seq_no: int,
    pub payload_len: int,
}

TL-derived from wire.inbound_encrypted

wire.inbound_encrypted salt:long session_id:long message_id:long seq_no:int payload_len:int = wire.InboundEncrypted;

Fields

Trait Implementations

impl Debug for InboundEncrypted
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InboundEncrypted
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for InboundEncrypted
[src]

impl BareDeserialize for InboundEncrypted
[src]

Auto Trait Implementations