Struct libresolv_sys::in_pktinfo [] [src]

pub struct in_pktinfo {
    pub ipi_ifindex: c_int,
    pub ipi_spec_dst: in_addr,
    pub ipi_addr: in_addr,
}

Fields

ipi_ifindex: c_int ipi_spec_dst: in_addr ipi_addr: in_addr

Trait Implementations

impl Clone for in_pktinfo
[src]

fn clone(&self) -> in_pktinfo

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 in_pktinfo
[src]

impl Debug for in_pktinfo
[src]

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

Formats the value using the given formatter.

impl Default for in_pktinfo
[src]

fn default() -> Self

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