Struct clacks::mtproto::phoneCall [] [src]

pub struct phoneCall {
    pub id: long,
    pub access_hash: long,
    pub date: int,
    pub admin_id: int,
    pub participant_id: int,
    pub g_a_or_b: bytes,
    pub key_fingerprint: long,
    pub protocol: PhoneCallProtocol,
    pub connection: PhoneConnection,
    pub alternative_connections: Vector<Boxed, PhoneConnection>,
    pub start_date: int,
}

Fields

Trait Implementations

impl Debug for phoneCall
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for phoneCall
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for phoneCall
[src]

[src]

impl BareDeserialize for phoneCall
[src]

[src]

impl IntoBoxed for phoneCall
[src]

Auto Trait Implementations

impl Send for phoneCall

impl Sync for phoneCall