netstack3_udp

Type Alias UdpCounters

Source
pub type UdpCounters<I> = IpMarked<I, UdpCountersInner>;
Expand description

Counters for the UDP layer.

Aliased Typeยง

struct UdpCounters<I> { /* private fields */ }