Struct libc::ipv6_mreq 
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct ipv6_mreq { pub ipv6mr_multiaddr: in6_addr, pub ipv6mr_interface: c_uint, }
Fields
ipv6mr_multiaddr: in6_addr
                           
                           
                           ipv6mr_interface: c_uint
                           Trait Implementations
impl Copy for ipv6_mreq[src]
impl Clone for ipv6_mreq[src]
fn clone(&self) -> ipv6_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