Type Alias netstack3_udp::UdpCounters

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

Counters for the UDP layer.

Aliased Type§

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