Type Definition pnet_macros_support::types::u16be

source ·
pub type u16be = u16;
Expand description

Represents an unsigned 16-bit integer. libpnet #[packet]-derived structs using this type will hold it in memory as big-endian, but accessors/mutators will return/take host-order values.