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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ipv6_mreq

impl Sync for ipv6_mreq