[][src]Type Definition byteorder::NativeEndian

type NativeEndian = LittleEndian;

Defines system native-endian serialization.

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

On this platform, this is an alias for LittleEndian.