Struct clacks_mtproto::mtproto::ip_port::IpPort [] [src]

pub struct IpPort {
    pub ipv4: int,
    pub port: int,
}

TL-derived from ipPort

ipPort ipv4:int port:int = IpPort;

Fields

Trait Implementations

impl Debug for IpPort
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for IpPort
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for IpPort
[src]

impl BareDeserialize for IpPort
[src]

Auto Trait Implementations

impl Send for IpPort

impl Sync for IpPort