byteorder

Type Alias NativeEndian

Source
pub type NativeEndian = LittleEndian;
Expand description

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.

Aliased Type§

enum NativeEndian {}

Variants§