Module nex_macro_helper::packet

source ·
Expand description

Packet helpers for nex-macro.

Enums§

Traits§

  • Used to convert on-the-wire packets to their #[packet] equivalent.
  • Represents a generic, mutable, network packet.
  • Represents a generic network packet.
  • Used to find the calculated size of the packet. This is used for occasions where the underlying buffer is not the same length as the packet itself.
  • Used to convert a type to primitive values representing it.