Type Alias byteorder::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§