byteorder::NetworkEndian [] [src]

type NetworkEndian = BigEndian;

Defines network byte order serialization.

Network byte order is defined by RFC 1700 to be big-endian, and is referred to in several protocol specifications. This type is an alias of BigEndian.

Note that this type has no value constructor. It is used purely at the type level.