Struct libc::types::os::common::bsd44::ip6_mreq
[−]
[src]
pub struct ip6_mreq {
pub ipv6mr_multiaddr: in6_addr,
pub ipv6mr_interface: c_uint,
}Fields
ipv6mr_multiaddr: in6_addr
ipv6mr_interface: c_uint
Trait Implementations
impl Clone for ip6_mreq[src]
fn clone(&self) -> ip6_mreq
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more