Struct clacks_mtproto::mtproto::rpc_answer::Dropped [] [src]

pub struct Dropped {
    pub msg_id: long,
    pub seq_no: int,
    pub bytes: int,
}

TL-derived from rpc_answer_dropped

rpc_answer_dropped#a43ad8b7 msg_id:long seq_no:int bytes:int = RpcDropAnswer;

Fields

Trait Implementations

impl Debug for Dropped
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Dropped
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Dropped
[src]

impl BareDeserialize for Dropped
[src]

impl IntoBoxed for Dropped
[src]

Auto Trait Implementations

impl Send for Dropped

impl Sync for Dropped