Struct libc::ipv6_mreq [] [src]

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

Fields

Trait Implementations

impl Copy for ipv6_mreq
[src]

impl Clone for ipv6_mreq
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more