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_intipi_spec_dst: in_addripi_addr: in_addrTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.