Struct clacks_mtproto::mtproto::wire::outbound_encrypted::OutboundEncrypted [] [src]

pub struct OutboundEncrypted {
    pub salt: long,
    pub session_id: long,
    pub message_id: long,
    pub seq_no: int,
    pub payload: lengthPrefixedTypedObject,
}

TL-derived from wire.outbound_encrypted

wire.outbound_encrypted salt:long session_id:long message_id:long seq_no:int payload:lengthPrefixedTypedObject = wire.OutboundEncrypted;

Fields

Trait Implementations

impl Debug for OutboundEncrypted
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for OutboundEncrypted
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for OutboundEncrypted
[src]

impl BareDeserialize for OutboundEncrypted
[src]

Auto Trait Implementations