Struct actix::actors::dns::AddrInfo [] [src]

pub struct AddrInfo {
    pub flags: c_int,
    pub family: Family,
    pub socktype: SocketType,
    pub protocol: Protocol,
    pub sockaddr: SocketAddr,
    pub canonname: Option<String>,
}

Resolved address information

Fields

Methods

impl AddrInfo
[src]

[src]

Trait Implementations

impl Clone for AddrInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AddrInfo
[src]

[src]

Formats the value using the given formatter.