Struct libc_interface::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

impl PartialEq for ipv6_mreq
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ipv6_mreq
[src]

Auto Trait Implementations

impl Send for ipv6_mreq

impl Sync for ipv6_mreq