Type Alias IcmpSocketTxMetadata

Source
pub type IcmpSocketTxMetadata<I, D, BT> = TxMetadata<I, D, Icmp<BT>>;
Expand description

The tx metadata for an ICMP echo socket.

Aliased Type§

struct IcmpSocketTxMetadata<I, D, BT> { /* private fields */ }

Trait Implementations

Source§

impl<I, D, S> Debug for TxMetadata<I, D, S>

Source§

fn fmt(&self, __f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl<I, D, S> Drop for TxMetadata<I, D, S>

Source§

fn drop(&mut self)

Executes the destructor for this type. Read more
Source§

impl<I, D, S, IpType> GenericOverIp<IpType> for TxMetadata<I, D, S>

Source§

type Type = TxMetadata<IpType, D, S>

The type of Self when its IP-generic parameter is replaced with the type NewIp.