Struct clacks_mtproto::mtproto::phone_call_protocol::PhoneCallProtocol [] [src]

pub struct PhoneCallProtocol {
    pub udp_p2p: bool,
    pub udp_reflector: bool,
    pub min_layer: int,
    pub max_layer: int,
}

TL-derived from phoneCallProtocol

phoneCallProtocol#a2bb35cb flags:# udp_p2p:flags.0?true udp_reflector:flags.1?true min_layer:int max_layer:int = PhoneCallProtocol;

Fields

Trait Implementations

impl Debug for PhoneCallProtocol
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PhoneCallProtocol
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for PhoneCallProtocol
[src]

impl BareDeserialize for PhoneCallProtocol
[src]

impl IntoBoxed for PhoneCallProtocol
[src]

Auto Trait Implementations