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]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more