Struct libc::ip_mreq [] [src]

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

Fields

Trait Implementations

impl Copy for ip_mreq
[src]

impl Clone for ip_mreq
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more