Struct julia_sys::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

Trait Implementations

impl Debug for in_pktinfo
[src]

[src]

Formats the value using the given formatter.

impl Copy for in_pktinfo
[src]

impl Clone for in_pktinfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more