Type Alias net::icmp::PacketBuffer

pub type PacketBuffer<'a> = PacketBuffer<'a, Address>;
Expand description

An ICMP packet ring buffer.

Aliased Type§

struct PacketBuffer<'a> { /* private fields */ }