Struct libc::in_pktinfo [−][src]
#[repr(C)]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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.