Struct libc::types::os::common::bsd44::ip6_mreq [] [src]

pub struct ip6_mreq {
    pub ipv6mr_multiaddr: in6_addr,
    pub ipv6mr_interface: c_uint,
}

Fields

Trait Implementations

impl Clone for ip6_mreq
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ip6_mreq
[src]