Module byte_order

Source

Structs§

BigEndian
LittleEndian

Traits§

ByteOrder
This trait defines operations to load and store integral values from a buffer, and enables implementing them in different ways for the different byte orders (Big Endian and Little Endian).

Type Aliases§

NetworkOrder