Struct clacks_mtproto::mtproto::wire::inbound_raw::InboundRaw [] [src]

pub struct InboundRaw {
    pub auth_key_id: long,
    pub message_id: long,
    pub payload_len: int,
}

TL-derived from wire.inbound_raw

wire.inbound_raw auth_key_id:long message_id:long payload_len:int = wire.InboundRaw;

Fields

Trait Implementations

impl Debug for InboundRaw
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InboundRaw
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for InboundRaw
[src]

impl BareDeserialize for InboundRaw
[src]

Auto Trait Implementations

impl Send for InboundRaw

impl Sync for InboundRaw