Struct nix::sys::socket::ip_mreq [] [src]

pub struct ip_mreq {
    pub imr_multiaddr: in_addr,
    pub imr_interface: in_addr,
}

Fields

Methods

impl ip_mreq
[src]

Trait Implementations

impl Clone for ip_mreq
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ip_mreq
[src]

impl Debug for ip_mreq
[src]

Formats the value using the given formatter.