Struct libresolv_sys::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 Debug for ipv6_mreq
[src]

Formats the value using the given formatter.

impl Default for ipv6_mreq
[src]

Returns the "default value" for a type. Read more