Struct libc::ipv6_mreq[][src]

#[repr(C)]
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

Auto Trait Implementations

impl Send for ipv6_mreq

impl Sync for ipv6_mreq