Struct clacks::mtproto::dcOption [] [src]

pub struct dcOption {
    pub ipv6: bool,
    pub media_only: bool,
    pub tcpo_only: bool,
    pub cdn: bool,
    pub static_: bool,
    pub id: int,
    pub ip_address: string,
    pub port: int,
}

Fields

Trait Implementations

impl Debug for dcOption
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for dcOption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for dcOption
[src]

[src]

impl BareDeserialize for dcOption
[src]

[src]

impl IntoBoxed for dcOption
[src]

Auto Trait Implementations

impl Send for dcOption

impl Sync for dcOption