Struct clacks::mtproto::phoneCallProtocol [] [src]

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

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]

[src]

impl BareDeserialize for phoneCallProtocol
[src]

[src]

impl IntoBoxed for phoneCallProtocol
[src]

Auto Trait Implementations