Struct libresolv_sys::ip_mreq_source [] [src]

pub struct ip_mreq_source {
    pub imr_multiaddr: in_addr,
    pub imr_interface: in_addr,
    pub imr_sourceaddr: in_addr,
}

Fields

imr_multiaddr: in_addr imr_interface: in_addr imr_sourceaddr: in_addr

Trait Implementations

impl Clone for ip_mreq_source
[src]

fn clone(&self) -> ip_mreq_source

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

impl Copy for ip_mreq_source
[src]

impl Debug for ip_mreq_source
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for ip_mreq_source
[src]

fn default() -> Self

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