Struct clacks_mtproto::mtproto::wire::outbound_raw::OutboundRaw [] [src]

pub struct OutboundRaw {
    pub auth_key_id: long,
    pub message_id: long,
    pub payload: lengthPrefixedTypedObject,
}

TL-derived from wire.outbound_raw

wire.outbound_raw auth_key_id:long message_id:long payload:lengthPrefixedTypedObject = wire.OutboundRaw;

Fields

Trait Implementations

impl Debug for OutboundRaw
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for OutboundRaw
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for OutboundRaw
[src]

impl BareDeserialize for OutboundRaw
[src]

Auto Trait Implementations

impl !Send for OutboundRaw

impl !Sync for OutboundRaw